Skip to content

Instantly share code, notes, and snippets.

@syedjafer
Created April 28, 2021 11:37
Show Gist options
  • Select an option

  • Save syedjafer/960164b2f07e215be338489f85662709 to your computer and use it in GitHub Desktop.

Select an option

Save syedjafer/960164b2f07e215be338489f85662709 to your computer and use it in GitHub Desktop.
arr = [1, 2, 3, 4, 5]
arr.reverse()
print(arr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment