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)))