0
print "Hello, World!"
print "Hello, World!"
2 Antworten
+ 2
Jabad Ikbal The syntax is of python 2.x but the recent version of python(python 3.x) has the syntax:
print (...)
+ 1
# Hi, Jabad Ikbal !
# Is it Python? print is a function in Python 3.x.
# Use parentheses when you call it:
print( … )