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
2 Answers
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 )