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.
1 parent f581e7e commit 44cd2d9Copy full SHA for 44cd2d9
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