Created
May 20, 2022 13:14
-
-
Save MXP2095onetechguy/4a95e47b83116cf777579278cc4271cd to your computer and use it in GitHub Desktop.
abc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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