Answers for "python how define a string with a 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
0

how to write string in python

#name of the variable = "string"
name = "john"
Posted by: Guest on September-08-2020

Code answers related to "python how define a string with a python /"

Python Answers by Framework

Browse Popular Code Answers by Language