Code Experts
Home
Challenges
Notes
Compiler
Forum
Exam
Contact
Sign in
Sign up
Home
Challenges
Notes
Compiler
Exam
Forum
Contact
Log In / Register
Copied To Clipboard !
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".
Code :
1
Total :
0 Discussion
Login
Code (Optional)
Upload Code Image (Optional)
Post Your Comment