Computer Science, asked by sivaready999, 13 hours ago

Days of the week are represented as three-letter strings ("Mon","Tue","Wed","Thu","Fri","Sat","Sun") write a function solution that ,given a string in python

Answers

Answered by tamilyashwa
5

Explanation:

Days of the week are represented as three-letter strings (“Mon”, “Tue”, “Wed”, “Thu”, “Fri”, “Sat”, “Sun”). Write a function solution that, given a string S representing the day of the week and an integer K (between O and 500, inclusive), returns the day of the week that is K days later.

Similar questions