0
How to do python strings?
I can only figure out that you have a \ but what is the next character could someone pls tell me the answer and then explain it to me pls thankyou
2 Respuestas
+ 2
I guess you should explain your question first. It's not very clear.
0
Please be more clear about your doubt. Anyways, a string in python is an immutable sequence of unicode code points. It's basically textual data.
Any questions please ask :)