• If you enter command beginning with "=", then it's the same as you enterted "print()". E.g. command "=10+12" will give "22".
    • Double-click on memo lines starting with ">>>" repeats entered command (which is after ">>>").
    1. >>> from math import *
    2. 3.141592653589793
    3. >>> =100/5+2