Skip to content

Instantly share code, notes, and snippets.

@odedlaz
Created December 6, 2016 09:01
Show Gist options
  • Save odedlaz/0119dd59fe676eb2019b943bc3c28083 to your computer and use it in GitHub Desktop.
Save odedlaz/0119dd59fe676eb2019b943bc3c28083 to your computer and use it in GitHub Desktop.
fast_local_compiled_print.py
def awesome_print(text, **kwargs):
text = "a format with {GENERATED_NAME} and {ANOTHER_GENERATED_NAME}"
std_print(text.format(GENERATED_NAME=(STATEMENT), ANOTHER_GENERATED_NAME=(ANOTHER_STATEMENT), **kwargs))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment