Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

f string python not working in linux

F String does not work for python version below 3.6.
If python version is below 3.6 use this instead of F string:
print("Let's talk about {}.".format(my_name))
 
PREVIOUS NEXT
Tagged: #string #python #working #linux
ADD COMMENT
Topic
Name
7+2 =