Skip to content

Instantly share code, notes, and snippets.

@alothings
Created April 21, 2017 17:43
Show Gist options
  • Save alothings/c402361fea5aa53f4871500bb4f1a1a3 to your computer and use it in GitHub Desktop.
Save alothings/c402361fea5aa53f4871500bb4f1a1a3 to your computer and use it in GitHub Desktop.
customers = {}
for i in range(n):
size, price = input().split()
customers[size] = price
# To comprehension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment