Tuesday, November 19, 2013

Starting Python 3.3.2 : How to print

Start with Python 3.3.2 GUI interface.

















Commands
>>>print("Hello World!!!")
Outcome= Hello World!!!








































Single quotes can also be used. For example:-
>>>print('Johnny said "Hello world!!!"')

No comments:

Post a Comment