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 c302fba commit fa41e52Copy full SHA for fa41e52
greater number/greater.py
@@ -0,0 +1,5 @@
1
+x=input("Input a number: ")
2
+y=input("Input another number ")
3
+if(x<y):
4
+ x,y=y,x
5
+print(x,"is greater than",y)
0 commit comments