Created
June 4, 2021 03:45
-
-
Save klange/15b8d6bb4bb6b291e043817c41a393c1 to your computer and use it in GitHub Desktop.
This file contains 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
>>> True or explode() | |
<<module>() from <stdin>> | |
1 0 TRUE | |
1 JUMP_IF_TRUE_OR_POP 4 (to 8) | |
4 GET_GLOBAL 0 'explode' | |
6 CALL 0 | |
>> 8 POP | |
2 9 GET_LOCAL 0 | |
11 RETURN | |
=> True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment