From 08da2c1c7307d347ae99efc7056f5ac3f44a83d2 Mon Sep 17 00:00:00 2001 From: Jethro Stapelbroek Date: Mon, 16 Oct 2023 22:19:02 +0200 Subject: [PATCH] Sith --- sith.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sith.py diff --git a/sith.py b/sith.py new file mode 100644 index 0000000..4f64ace --- /dev/null +++ b/sith.py @@ -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")