Created
April 11, 2020 17:11
-
-
Save gwsu2008/e5e4f221c8c22a08a91dab2ddcadaabb to your computer and use it in GitHub Desktop.
python-print-forma.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
arg1 = 'number 1' | |
arg2 = 'number 2' | |
logger.info((f'arg1: {arg1}, arg2: {arg2}')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment