a=int (input("enter the 1st no")) b=int (input("enter 2nd no")) if(a>b): mess="a is bigger" else: mess="b is bigger" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

a=int (input("enter the 1st no")) b=int (input("enter 2nd no")) if(a>b): mess="a is bigger" else: mess="b is bigger"

This program is not working pls help me , after I use print , and run this show message but not correct message and it fails where wrong pls correct it and help me

10th Oct 2020, 7:57 AM
Shadow Warrior
2 Answers
0
I have not written print as for limited word in question. When I add print and run it doesn't work that is my problem
10th Oct 2020, 8:53 AM
Shadow Warrior
0
Thanks for help
10th Oct 2020, 8:58 AM
Shadow Warrior