Time table code with python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Time table code with python

Hi guys, I’m the absolute beginner in Python and I want to write a code that will prompt a user to enter a week day(e.g Monday) and display the time table for the day you specified such as the subjects(or modules) and time for that subject in which will take place (eg On Monday here are your modules to attend: 14:30 Software Development 16:00 Systems Development) Therefore please help me and give clues plzzzz

12th Mar 2020, 3:57 PM
Manqoba
Manqoba - avatar
1 Answer
0
here is my code that I’ve tried day= (input(“Please enter the day”)) set if day = “Monday”: print(“Your modules for today are DSW at 15:00 and SSW at 16:00”) if day = “Tuesday”: print(“Your modules for today are IFS at13:00 )
12th Mar 2020, 4:11 PM
Manqoba
Manqoba - avatar