Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: how to think like a computer scientist
Post: RE: how to think like a computer scientist

current_time_str = input("What is the current time? ") waiting_time_str = input("How many hours do you have to wait? ") current_time_int = int(current_time_str) waiting_time_int = int(waiting_time_st...
broke_university_student Homework 6 7,531 Jan-05-2018, 06:39 AM
    Thread: how to think like a computer scientist
Post: how to think like a computer scientist

7. You look at the clock and it is exactly 2pm. You set an alarm to go off in 51 hours. At what time does the alarm go off? (Hint: you could count on your fingers, but this is not what we’re after. If...
broke_university_student Homework 6 7,531 Jan-05-2018, 04:58 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020