From 022eaf7a60e36ba7357ec7b12e79d975d16ca8b7 Mon Sep 17 00:00:00 2001 From: Jethro Stapelbroek Date: Tue, 18 Jul 2023 22:57:18 +0200 Subject: [PATCH] License to Launch --- licensetolaunch.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 licensetolaunch.py diff --git a/licensetolaunch.py b/licensetolaunch.py new file mode 100644 index 0000000..b59e2a6 --- /dev/null +++ b/licensetolaunch.py @@ -0,0 +1,3 @@ +_ = input() +junk = list(map(int, input().split())) +print(junk.index(min(junk)))