我的为什么是这样的
C:\Users\AFD\Desktop>python hello.py
File "hello.py", line 1
print ‘hello,world’
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(‘hello,world’)?
C:\Users\AFD\Desktop>python hello.py
File "hello.py", line 1
print ‘hello,world’
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(‘hello,world’)?
2019-11-21
举报