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 ef3bc39 commit 4dd2b52Copy full SHA for 4dd2b52
NP36.py
@@ -1,3 +1,3 @@
1
-a,b = input().split()
+a, b = map(int, input().split())
2
print(a>b)
3
print(a<b)
0 commit comments