KaiquanMah commited on
Commit
350e227
·
verified ·
1 Parent(s): bfadbcf

Update calendar_app.py

Browse files
Files changed (1) hide show
  1. calendar_app.py +1 -1
calendar_app.py CHANGED
@@ -132,7 +132,7 @@ if __name__ == "__main__":
132
  date = input("Enter date (YYYY-MM-DD): ")
133
  calendar.show_reminders(date)
134
  elif choice == "6":
135
- user_mth = int(input("Enter month number (MM)): "))
136
  calendar.show_month(user_mth)
137
 
138
 
 
132
  date = input("Enter date (YYYY-MM-DD): ")
133
  calendar.show_reminders(date)
134
  elif choice == "6":
135
+ user_mth = int(input("Enter month number (MM): "))
136
  calendar.show_month(user_mth)
137
 
138