Created
December 6, 2016 09:01
-
-
Save odedlaz/0119dd59fe676eb2019b943bc3c28083 to your computer and use it in GitHub Desktop.
fast_local_compiled_print.py
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
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