Table of Contents
Complete Video Learning
Table of Contents
/* if-else (nested)syntax */
if (condition):
if (condition):
statements
else:
default statement
else:
if (condition):
statement
else:
default statements
print("Enter the three number")
a=int(input())
b=int(input())
c=int(input())
if a<=b:
if b<=c:
print("This number is Big",c)
else:
print("This number is Big",b)
else:
if a<=c:
print("This number is Big",c)
else:
print("This number is Big",a)
SHOW YOUR SUPPORT FOR NIELITBHU..!!
Dear reader, thank you for joining us. Readers like you are an inspiration for us to pursue NIELITBHU. We need your support or cooperation to further empower NIELITBHU and reach NIELITBHU more people in every corner of the country. Your every support is invaluable to our future.