x=int(input("Enter any number to check Months and days"))month=x/30days=x%30print(month)print(days)
Loading…
No comments:
Post a Comment