Last active
September 8, 2023 06:50
-
-
Save yura/b08d2c292b3b3b4734cfec76c620b9e6 to your computer and use it in GitHub Desktop.
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
Samadhi = False | |
while not Samadhi: | |
you = Being.born | |
you.do_yoga | |
Smadhi = you.do_yoga | |
you.die |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment