We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b80d9b9 + 44cd2d9 commit 8ad4222Copy full SHA for 8ad4222
Comparison
@@ -0,0 +1,6 @@
1
+a = int(input("enter a\n"))
2
+b = int(input("enter b\n"))
3
+if b < a:
4
+ print("a is greater than b")
5
+else:
6
+ print("b is greater than a")
0 commit comments