How do strings work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do strings work

Can Someone help me I don't know how to use strings

22nd Jan 2017, 2:09 PM
nate_o_potato
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!
22nd Jan 2017, 2:17 PM
Leshark
Leshark - avatar
0
Thank you
22nd Jan 2017, 2:18 PM
nate_o_potato