+ 1
How to create a string
"guru sai"
4 Answers
+ 3
nice question :D
s = âguru saiâ
learn the python course.
+ 2
everything which is under ' ' or " " is string in python.
e.g
'hi' or "hi"
+ 1
A mechanical definition is:
(variable_name) = "(content of string)"
Example:
string = "content"
0
You question is unclear because you showed as declare a string then i didnt understood if your is a question or an hint... Anyway, because you are at begin of SL, read here
https://code.sololearn.com/WvG0MJq2dQ6y/?ref=app