+ 2

What is a string

24th Apr 2017, 6:45 PM
Emiliana
7 ответов
+ 11
if you want to process a data containing word, use string if you want to process a data containing number, use integer or float or double if you want to process a data containing character, use chr ex: >>>x = "hello " #that is string >>>y = "world" #another string >>>print(x+y) #output hello world
24th Apr 2017, 8:44 PM
Agus Mei
Agus Mei - avatar
+ 8
"a" is a char "ciao" more then one char, it is a string
24th Apr 2017, 7:48 PM
Emore Anzolin
Emore Anzolin - avatar
+ 6
A char is a letter. ( " A " = char ) A String is a word. ( " Apple " = string )
24th Apr 2017, 6:50 PM
Manual
Manual - avatar
+ 4
a string is a sequence of characters, either as a literal constant or as a variable
24th Apr 2017, 6:50 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar
+ 2
a set of letters, numbers or symbols, all in a particular order.
25th Apr 2017, 2:17 AM
Jonathon Walker
Jonathon Walker - avatar
+ 1
i dont get it
24th Apr 2017, 6:51 PM
Emiliana