• + 0 comments

    year= int(input()) if(year%4==0 and year%100!=0)or(year%400==0): print(year,"is a leap year") else: (year,"not a leap year") mine code is true but n the end there is a code which cant be erased so the submit code option is showing failure so did anybody have an idea?