0
How do strings work
Can Someone help me I don't know how to use strings
2 Answers
0
value = "some text"
So value is now a string. You can print it, and do many cool things, see all them at python documentation site! I will not try to answer your question correctly(becouse it is quite difficult to explain if you don't know python very well) using such things as objects, classes and inheritance, but most important, just remember that string is a list!
0
Thank you