What is a string ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
30th Oct 2017, 4:54 PM
Uditya Pandey
Uditya Pandey - avatar
2 Answers
+ 4
something like an order of letters
30th Oct 2017, 8:57 PM
JaMi
JaMi - avatar
+ 3
A string in python is a list of character that cannot be changed. s = "Hello World!" I.E., the following statement will ALWAYS generate an error : s[5] = 'g'
30th Oct 2017, 4:57 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar