Skip to content

Instantly share code, notes, and snippets.

@ayush3298
Created February 4, 2019 08:58
Show Gist options
  • Select an option

  • Save ayush3298/89d17b102118b32f52600ec1d79ec40c to your computer and use it in GitHub Desktop.

Select an option

Save ayush3298/89d17b102118b32f52600ec1d79ec40c to your computer and use it in GitHub Desktop.
numbers = [5, 7, 1, 3, 4]
print(numbers[0]) # 5
print(numbers[1]) # 7
print(numbers[4]) # 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment