python报错
words = ["I", "love", "Python", "&", "FishC"]>>> print(" ".join(words), end='.')
SyntaxError: multiple statements found while compiling a single statement
各位大神帮忙康康,是哪有问题,谢谢! 放进文件里面运行 你是把程序直接复制的吧~
(还有,你前面为什么要加 >>> ,必须删掉)
在互交模式中,python 程序不能直接把一大堆代码直接复制上去哦~
解决方法1:
cntrl + n 新建文件(把第二行前面的 >>> 去掉)
解决方法2:
一行一行的复制,不要偷懒 liuzhengyuan 发表于 2020-6-2 21:18
你是把程序直接复制的吧~
(还有,你前面为什么要加 >>> ,必须删掉)
在互交模式中,python 程序不能直 ...
他前面的 >>> 应该是赋值时候把IDLE赋值下来的 不是他自己加的
页:
[1]