Friday, January 14, 2011

Python



Finally we came to the point of Python. From now on we are going to learn python3, so today we started with a tutorial that we got from the website which is: http://wiki.python.org/moin/BeginnersGuide/NonProgrammers

I started by opening the terminal and typed command python, then the tutorial told me to type print("Hello, World!") and so when the computer prints somethings out it will be formatted like this: Hello, World!

then I Learn how to exit the python shell by typing command exit() 
 

No comments:

Post a Comment