Python: Difference between revisions

4 bytes added ,  10 October 2019
Line 15: Line 15:
===Strings===
===Strings===
====String Interpolation====
====String Interpolation====
[https://www.programiz.com/python-programming/string-interpolation Reference]
[https://www.programiz.com/python-programming/string-interpolation Reference]<br>
Python has 3 syntax variations for string interpolation.
Python has 3 syntax variations for string interpolation.
<syntaxhighlight lang="python">
<syntaxhighlight lang="python">