zx770693094 发表于 2018-5-2 14:41:51

关于pycharm输入输出

a = input("随便输个数:")
print(a)


以上为代码
以下为输出

随便输个数:"1"
""

Process finished with exit code 0

请问为什么我输入带""的字符串 输出结果没有内容(双引号内任何内容都不会输出),python 3

zx770693094 发表于 2018-5-2 14:43:53

pycharm 试过 社区版 和 2018.01.02专业破解版都不好使

qqq911 发表于 2018-5-3 11:58:07

你在引号前加上/    就是   /"1 /”这样试试

Miss_love 发表于 2018-5-8 14:35:54

:handshake

飞翔的小鸟 发表于 2018-5-28 16:23:52

楼主解决没,我没遇到这种问题
页: [1]
查看完整版本: 关于pycharm输入输出