LearnStreet courses make it engaging and fun to create with code. - 2 views
-
luke jenning on 17 Apr 13Our interactive courses are designed to help you learn by actually writing real code and getting immediate feedback.
1) Open IDLE 2) Enter the following: x = 2 y = 5 print x + y 3) Share the output in comments
1) For many programmers, their first program is the one that follows. In this program, we tell the computer to display the words "Hello World!" on the screen. 2) Enter IDLE 3) Type the following (d...
1) Download and install this if you have windows: http://www.python.org/ftp/python/3.1.2/python-3.1.2.msi. If you have a Mac, download, mount, and install this: http://www.python.org/ftp/python/3.1...