Answers for "why we use string in 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
-2

python string

print("Hello")

print('Hello')
Posted by: Guest on May-27-2021

Python Answers by Framework

Browse Popular Code Answers by Language