当前位置: 代码迷 >> 综合 >> print hello SyntaxError: Missing parentheses in call to 'print'
  详细解决方案

print hello SyntaxError: Missing parentheses in call to 'print'

热度:56   发布时间:2024-01-18 00:33:37.0

用print("hello world!")或print ('hello world!')

回车后就显示hello world!

如果你用  print "hello world!"

就会报你所说的错误


missing parentheses in call to print

缺少括号调用打印


  相关解决方案