Skip to content

Instantly share code, notes, and snippets.

@mikl745
Created April 23, 2017 18:51
Show Gist options
  • Save mikl745/b05d1b15bc8ce733fc682f0362fdb345 to your computer and use it in GitHub Desktop.
Save mikl745/b05d1b15bc8ce733fc682f0362fdb345 to your computer and use it in GitHub Desktop.
w = int(input())
a = [int( input()) for x in range(w)]
y = []
w = []
def poi(nn):
po = nn[0]
inv_liters = {v: k for k, v in w.items()}
return inv_liters.get(po)
for i in range(1,(min(a))+1):
q = 0
for u in range(len(a)):
poi(u)
for b in range(len(y)):
print(y[b])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment