This commit is contained in:
2023-10-16 22:19:02 +02:00
parent 97bbb9503b
commit 08da2c1c73

11
sith.py Normal file
View File

@@ -0,0 +1,11 @@
_ = input()
a = int(input())
b = int(input())
res = int(input())
if a - b >= 0:
print("VEIT EKKI")
elif res > 0:
print("SITH")
else:
print("JEDI")