- 博客(2)
- 收藏
- 关注
原创 [python] 安装TensorFlow问题 解决Cannot uninstall ‘wrapt‘. It is a distutils installed project
cmd安装 pip install tensorflow遇到报错ERROR: Cannot uninstall ‘wrapt’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.解决办法:cmd输入 pip install -U --ignore-insta
2022-05-01 16:03:04
750
1
原创 从键盘输入两个命题变元P和Q的真值,求它们的合取、析取、蕴涵和等价四种运算的真值。要求对输入内容进行分析,如果不符合0、1条件需要重新输入,程序有良好的输入输出界面
从键盘输入两个命题变元P和Q的真值,求它们的合取、析取、蕴涵和等价四种运算的真值。要求对输入内容进行分析,如果不符合0、1条件需要重新输入,程序有良好的输入输出界面。n=0;while 1 if n==1 break; end p = input('请输入p的值(0或者1): '); q = input('请输入q的值(0或者1): '); if (p==0||p==1) && (q==0||q==1) m = in
2020-10-25 21:17:41
7030
5
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅