Day_number

Write a Python code that takes an integer `day_number` (1 through 7) as input and returns the corresponding day of the week, where 1 is "Monday" and 7 is "Sunday". If the input is not in the range 1 to 7, return "Invalid day number".
1
Total : 0 Discussion
Login