Programming Examples
Python function to accept number of days and return week and days to its equivalent
Write a python function which accept number of days and return week and days to its equivalent
Solution:
Output/ Explanation:
Enter the Number of Days 10
Week = 1 and days= 3