Skip to content

Instantly share code, notes, and snippets.

@MXP2095onetechguy
Created May 20, 2022 13:14
Show Gist options
  • Select an option

  • Save MXP2095onetechguy/4a95e47b83116cf777579278cc4271cd to your computer and use it in GitHub Desktop.

Select an option

Save MXP2095onetechguy/4a95e47b83116cf777579278cc4271cd to your computer and use it in GitHub Desktop.
abc
#!/usr/bin/env python3
b = "abc"
a = b[::-1][::-1]
print(a, a is b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment