+ 1
Please i dont und34stand that string
5 ответов
+ 8
in python string are written in between single quotes or double quotes
ex:-
s = 'hi'
print s[1] ## i
print len(s) ## 2
print s + ' there' ## hi there
for more information refer this user generated lesson
https://www.sololearn.com/learn/Python/2274/?ref=app
0
string
0
String are represented by using single quote or double quotes.... Ex:_ print "hi"
Output will be hi
0
any body can please help me to understand strings easily
0
no