윤달 판별기임



def yoondal:
   x = int(input(“연도을 입력하세요, please press year” )
   if x % 4 == 0:
       print(“윤달입니다 yes)”
   else;
       print(“아닙니다 no”)


외국에도 올릴거라
영어로도 작성햇음