Skip to content

Instantly share code, notes, and snippets.

@elowy01
Last active September 30, 2021 11:53
Show Gist options
  • Save elowy01/99a109a5c1a18cd35ebf844100159122 to your computer and use it in GitHub Desktop.
Save elowy01/99a109a5c1a18cd35ebf844100159122 to your computer and use it in GitHub Desktop.
# enter a list of numbers from command line
numbers = list(map(int, input().split()))
print(numbers)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment