这是我的test.py
#coding:utf-8
print('1')
我在终端运行python3 test.py
无输出结果。
-Lenovo-G50-80:~$ python3 test.py
-Lenovo-G50-80:~$
求大神解答。
这是我的test.py
#coding:utf-8
print('1')
我在终端运行python3 test.py
无输出结果。
-Lenovo-G50-80:~$ python3 test.py
-Lenovo-G50-80:~$
求大神解答。
2 回答4.9k 阅读✓ 已解决
2 回答1k 阅读✓ 已解决
3 回答1k 阅读✓ 已解决
4 回答825 阅读✓ 已解决
1 回答2.5k 阅读✓ 已解决
3 回答1.1k 阅读✓ 已解决
1 回答1.6k 阅读✓ 已解决
没法复现,怀疑你写的和最终执行的不是一个文件...