Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

why do we write f before double quotes in print statement in python

## calling the function using f-string
name = "Datacamp"
print(f"{greet(name)}")
Source by www.datacamp.com #
 
PREVIOUS NEXT
Tagged: #write #double #quotes #print #statement #python
ADD COMMENT
Topic
Name
2+4 =