Created
October 11, 2022 02:27
-
-
Save johnvilsack/c110164f48e09a7c6ae5badda40d4a49 to your computer and use it in GitHub Desktop.
Python for Tim
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
p = Calc-MyPatience() | |
s = Get-YourBullshit() | |
if (p-s <= 0): | |
print('Take a Break') | |
-- OR -- | |
import mySanity | |
import you | |
if (mySanity.Patience() - you.YourBullshit() <= 0): | |
print('Fuck Right Off') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment