License to Launch

This commit is contained in:
2023-07-18 22:57:18 +02:00
parent 220d30556d
commit 022eaf7a60

3
licensetolaunch.py Normal file
View File

@@ -0,0 +1,3 @@
_ = input()
junk = list(map(int, input().split()))
print(junk.index(min(junk)))