At the end of this lesson, you will be able to:
- understand and use sleep()
- go over "while" loop
- boolean expression at the top
- go over "Walking Man"
- go over "Sleep()"
- go over @ui.in_background
#!/usr/bin/python
import time
print "Start : %s" % time.ctime()
time.sleep( 5 )
print "End : %s" % time.ctime()
- do the "Walking Man" program
- files are below
- use a while loop with a giant if ... elseIf ... statement inside
- work on the weekly assignment
- read over looping structures, Chapter 3
- Computer Based Problem Solving