We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
defdayOfProgrammer(year):# Write your code hereifyear==1918:return"26.09.1918"is_leap_year=Falseifyear<=1917:is_leap_year=year%4==0else:is_leap_year=year%400==0or(year%4==0andyear%100!=0)returnf"12.09.{year}" if is_leap_year else f"13.09.{year}"
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Day of the Programmer
You are viewing a single comment's thread. Return to all comments →