Created
April 22, 2020 14:19
-
-
Save light-bringer/3718380b70e8480ef8c4d478bcb83592 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
| somevalue = True | |
| while (somevalue): | |
| # do whatever shit you are doing | |
| if input == 0: | |
| # if this is a switch case, put this inside a switch statement | |
| # python does not have a switch statement | |
| somevalue == False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment