F-String in Python

PHOTO EMBED

Thu Aug 24 2023 14:24:12 GMT+0000 (Coordinated Universal Time)

Saved by @pythonHub #python #python-hub #basics

what ="f-string"
adjective = "fantastic"

print(f"{what} is {adjective}")
content_copyCOPY