Created
February 22, 2021 00:18
-
-
Save leveled/c8759458d0a31a3df251bcb634d08876 to your computer and use it in GitHub Desktop.
Format strings cheatsheet for python
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
#Format with positional arguments | |
print("{0} love {1}!!".format("GeeksforGeeks", "Geeks")) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment