restructure zeta/** to storage/zeta/**
This commit is contained in:
7
storage/zeta/py/completed/1330.py
Normal file
7
storage/zeta/py/completed/1330.py
Normal file
@@ -0,0 +1,7 @@
|
||||
a,b = map(int, input().split())
|
||||
if a > b:
|
||||
print(">")
|
||||
elif a < b:
|
||||
print("<")
|
||||
else:
|
||||
print("==")
|
||||
Reference in New Issue
Block a user