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 )