輸入print 'hello world'之后這是?
?print ‘hello world ’
? File "<stdin>", line 1
??? print ‘hello world ’
?????????????? ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(‘hello world ’)?
請教大神,這是什么情況?
?print ‘hello world ’
? File "<stdin>", line 1
??? print ‘hello world ’
?????????????? ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(‘hello world ’)?
請教大神,這是什么情況?
2018-11-16
舉報
2018-11-16
Python3.x的版本print語句都要加()