摘要: SyntaxError: Missing parentheses in call to 'print' 由于python的版本差异,造成的错误。 python2: print "hello python!" python3: print ("hello python!") Python 3.6.1 阅读全文
posted @ 2017-04-01 15:51 等待你陪伴你 阅读(9497) 评论(0) 推荐(0)