Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python f string

>>> name = "Eric"
>>> age = 74
>>> f"Hello, {name}. You are {age}."
'Hello, Eric. You are 74.'
 
PREVIOUS NEXT
Tagged: #python #string
ADD COMMENT
Topic
Name
4+3 =