79738680

Date: 2025-08-18 12:10:49
Score: 1
Natty:
Report link
weekdays = {1: 'Monday', 2: 'Tuesday', 3: 'Wednesday', 4: 'Thursday', 5: 'Friday', 6: 'Saturday', 7: 'Sunday'}
n = int(input("enter the number in between 1 and 7: "))
weekdays.get(n)

I'm not getting any output for the above code, what's the issue here

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Akash Prasad