print ("Hello") Hello. is the correct way to print a string. Note; however, that is Python 2.X, you could also write: >>> print "Hello" Hello ...
確定! 回上一頁