i cant get dis step i am stucked here any help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

i cant get dis step i am stucked here any help

9th Jul 2016, 7:02 AM
Arshad Achayii
Arshad Achayii - avatar
4 Answers
+ 1
String is sequence of characters. In python it is sequence of strings one character long. So 'Hello world' is string. On this data type you can do some operation which you can do on lists too.for example: for character in 'hello world': print(character) you will get one character at the time on the output.There are also byte strings in python but for now just look at strings like text. And use it when you have to do with text. Also there is type of encoding (it is important when you want to read or write text string from or to file) but do not think about that for now,too. For now just start playing with str methods.have a nice day;-)
9th Jul 2016, 7:29 AM
vetarikisa
0
what is string...
9th Jul 2016, 7:03 AM
Arshad Achayii
Arshad Achayii - avatar
- 1
tnx vetarikisa
9th Jul 2016, 7:31 AM
Arshad Achayii
Arshad Achayii - avatar
- 1
now my problems is dis type and for answer I don't have backlash for dis in my typing pad look only have / dis sign way can I do
9th Jul 2016, 7:33 AM
Arshad Achayii
Arshad Achayii - avatar