D335: Introduction to Programming in Python With Questions And 100% SURE
ANSWERS
Terms in this set (10)
22.1 Lab: Convert to Seconds
Write a program that reads in hours, minutes, and
seconds as input, and outputs the time in
seconds only.
22.2 Lab: Convert from Seconds
People find it easier to read time in hours,
minutes, and seconds rather than just seconds.
Write a program that reads in seconds as input
and outputs the time in hours, minutes, and
seconds.
D335: Introduction to Programming in Python
1/3