Python Lesson 1
So…here we are…back again. This time we are going to run through the first lesson in the new material and see what we can break…sound like fun?
In this first lesson we are asked to open up our Gedit notepad and type in a series of print statements, save the file in the *.py* format (which is the python extension). Then from our terminal we are to run the program.
At first I...