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:returnf"26.09.{year}"elifyear<1918:ifyear%4==0:returnf"12.09.{year}"else:returnf"13.09.{year}"else:if(year%400==0)or(year%4==0andyear%100!=0):returnf"12.09.{year}"else:returnf"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 →