1. 程式人生 > >【Python】 Missing parentheses in call to 'print'

【Python】 Missing parentheses in call to 'print'

問題

 print "www.baidu.com"

出現

SyntaxError: Missing parentheses in call to 'print'

原因:Mac安裝倆個python版本,2和3,python2系列可以支援 print “xxxx” ,python系列需要使用print("xxx")