Answers for "python if else interview questions"

0

python if else interview questions

days = int(input("How many days in a leap year? "))
if days == 366:
    print("You have cleared the test.")
print("Congrats!")
Posted by: Guest on January-26-2021

Code answers related to "python if else interview questions"

Python Answers by Framework

Browse Popular Code Answers by Language