为啥不能直接出hello,world
这个哪错了,不能直接出hello world啊
这个哪错了,不能直接出hello world啊
2018-06-17
C:\Users\wangshuai>python
Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> print'hello,world.'
File "<stdin>", line 1
print'hello,world.'
^
SyntaxError: invalid syntax
>>>
请问这个输入有问题吗,提示总是错误。用的是英语输入法
举报