User:Xguo032
From Stage One Wiki
Jump to navigationJump to search
wiki makeup == '#Author: Andrew Luxton-Reilly''''
2 #Date: 7th May 2006
3
4 #Define the value of our variables
5 seconds = 60
6 minutes = 60
7 hours = 24
8
9 #Calculate the results
10 secondsInADay = hours * minutes * seconds
11
12 #Display the output
13 print "The number of seconds in a day is", secondsInADay
this report is handed by xiang guo who is studying compsci 111