File: pyedit-products/unzipped/PP4E/Gui/Tools/spams.py

import time
for i in range(1, 10, 2):
    time.sleep(2)                   # print to standard output
    print('spam' * i)               # nothing GUI about this, eh?



[Home page] Books Code Blog Python Author Train Find ©M.Lutz