News

The standard Python interpreter uses the GNU Readline library and makes it easy to recall what you've previously typed. The up and down arrow keys allow you to move up and down through your input.
Now, type print “Learning Python is fun!” in the Console 1/A (IPython console) as shown above and click the "Enter" key. If it works, you should be all set! ... You should see a difference between ...