0
I don't understand strings in python
Please help me
3 Respuestas
+ 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.