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
>>> I = 1 | |
>>> t = 1 | |
>>> ( +~~~~~~~~+ | |
... I | | |
... +~~~~~~~~t ) | |
1 | |
# You can also do 3D analog literals. It is not quite as nice as in C/C++ | |
# because none of python's unary math operators resemble a vertical ASCII art | |
# element. |
NewerOlder