Skip to content

Instantly share code, notes, and snippets.

@bbaudry
Last active February 18, 2022 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbaudry/e5a26d2ba1d3417195821dfd8c391358 to your computer and use it in GitHub Desktop.
Save bbaudry/e5a26d2ba1d3417195821dfd8c391358 to your computer and use it in GitHub Desktop.
I will not make any boring code (Konstfack, Stockholm, 18.02.2022)
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