File: class/Workbook/Examples/Lecture6/client1.py

from stack1 import *
push(123)                  # module-name not needed
result = pop()



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