User:Mabd117
From Stage One Wiki
- Author: Muhammad Nur Atif Abdullah
- Date: 02th August 2011
- Define the value of our variable
secondsInAMinute = 60 minutesInAnHour = 60
- Calculate the results
secondsInAHour = secondsInAMinute * minutesInAnHour
- Display the output print ("There are" ,secondsInAHour, "seconds in an hour")