Last active
February 18, 2022 16:19
-
-
Save bbaudry/e5a26d2ba1d3417195821dfd8c391358 to your computer and use it in GitHub Desktop.
I will not make any boring code (Konstfack, Stockholm, 18.02.2022)
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
I=True | |
will=I | |
not_=will | |
make=not_ | |
any=make | |
boring=any | |
code=boring | |
john="baldessari" | |
baldessari="john" | |
def no_boring_code (never, ever): | |
return [I, will, not_, make, any, boring, code, never, ever] | |
print(no_boring_code(baldessari, john)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment