Skip to content

Instantly share code, notes, and snippets.

@gwsu2008
Created April 11, 2020 17:11
Show Gist options
  • Save gwsu2008/e5e4f221c8c22a08a91dab2ddcadaabb to your computer and use it in GitHub Desktop.
Save gwsu2008/e5e4f221c8c22a08a91dab2ddcadaabb to your computer and use it in GitHub Desktop.
python-print-forma.py
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