print "Hello World" is a statement that uses the print keyword available only up to python 2.X versions. > print("Hello World") is a statement that uses the ...
確定! 回上一頁