Answers for "what is a string in python give example?"

17

how to create string in python

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

Code answers related to "what is a string in python give example?"

Python Answers by Framework

Browse Popular Code Answers by Language