Answers for "how to put a ' in a string python"

16

how to create string in python

string = "this is string"
#or
string = 'this is also string'
Posted by: Guest on April-15-2020
1

python add value to string

string_in_string = "Shepherd {} is on duty.".format(shepherd)
Posted by: Guest on October-04-2021

Code answers related to "how to put a ' in a string python"

Python Answers by Framework

Browse Popular Code Answers by Language