[Tutor] New to Python

R. Alan Monroe amonroe at columbus.rr.com
Mon Apr 28 15:41:00 CEST 2014


> 1. Write a program module with at least two functions.

Hint: "def" is the Python keyword used to define a function. You can
read all about def in the docs on python.org.

Alan



More information about the Tutor mailing list