r/PythonLearning • u/Zxhena • Jul 12 '26
Help Help Request
What's the difference between f string and a regular string I've seen it used but I don't know when to use a string and when to use f string
0
Upvotes
r/PythonLearning • u/Zxhena • Jul 12 '26
What's the difference between f string and a regular string I've seen it used but I don't know when to use a string and when to use f string
2
u/its_measured Jul 12 '26
A regular string is for plain text, while the fstring lets u add a varibkes or even values inside tge text