print the hello world in python 2 and 3 version

>>> print  'hello world'         =>python 2x
>>> print ('hello world!')      =>python 3x



No comments:

Post a Comment