Sign In
|
Register
Please Log In to save to favorites
TAGs
python
Versions
Versions
17/11/2009 01:03:31
Print in Python 3.1
by
duniyadnd
Print in Python 2.5 vs. 3.1
1.
# Python 2.5
2.
print "Hello World"
3.
4.
# Python 3.1
5.
print ("Hello World")
Comments
Sign in to give your comments.