Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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!")
Source by www.techbeamers.com #
 
PREVIOUS NEXT
Tagged: #python #interview #questions
ADD COMMENT
Topic
Name
3+5 =