d = input("Please enter your degree : ")
if d >= 50:
print "succeed"
if d == 95 :
print "excellent"
elif d <= 50:
print "unstuck"
if d > 100:
print "Please Enter the correct degree"
if d >= 50:
print "succeed"
if d == 95 :
print "excellent"
elif d <= 50:
print "unstuck"
if d > 100:
print "Please Enter the correct degree"
d = input("Please enter your degree : ")
if d >= 50 and d <95 :
print "succeed"
elif d >= 95 and d < 100 :
print "excellent"
elif d <= 50:
print "unstuck"
else :
print "Please Enter the correct degree"
اترك تعليق: