Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
added 34 characters in body
Source Link
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89

You can use the good old alien smiley face to reverse sequences:

[1, 2, 3, 4][::-1] # => [4, 3, 2, 1]
[1, 2, 3, 4][::-1] # => [4, 3, 2, 1]

You can use the good old alien smiley face to reverse sequences:

[1, 2, 3, 4][::-1] # => [4, 3, 2, 1]

You can use the good old alien smiley face to reverse sequences:

[1, 2, 3, 4][::-1] # => [4, 3, 2, 1]
Mod Removes Wiki by Doorknob
Source Link
Strigoides
  • 1.2k
  • 8
  • 9

You can use the good old alien smiley face to reverse sequences:

[1, 2, 3, 4][::-1] # => [4, 3, 2, 1]