N = int(input()) Y = N//365 W = (N%365)//7 D = N - ((Y * 365) + (W*7)) print(Y) print(W) print(D)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment