Skip to content

Instantly share code, notes, and snippets.

@asuka-mirai
Created September 17, 2017 05:44
Show Gist options
  • Save asuka-mirai/81ebc237f8bbacf9f20e3995320541e8 to your computer and use it in GitHub Desktop.
Save asuka-mirai/81ebc237f8bbacf9f20e3995320541e8 to your computer and use it in GitHub Desktop.
l = []
for _ in range(N): #N: 入力される数値の個数
l.append(int(input())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment