0
I don't understand strings in python
Please help me
3 Answers
+ 6
What part of strings don't you understand?
How they operate within python?
The difference between string, tuple & integer?
Could you be more specific so we may help you
+ 4
A string has to be enclosed in double or single quotes to be considered a string. An example would be 'Helloâ or âHelloâ.
+ 3
They contain text.