Dont get the ideal meaning of a string | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Dont get the ideal meaning of a string

27th Oct 2016, 8:16 PM
Carlton
Carlton - avatar
4 Answers
+ 1
Strings hold texts. For examle: INPUT "Python" OUTPUT 'Python'
27th Oct 2016, 8:50 PM
Jordan
+ 1
All the things doesn't be an integer por float, generally are text.
30th Oct 2016, 2:44 AM
Kevin García Cid
Kevin García Cid - avatar
0
+1 Jordan. also, things get tricky when you think "18" = string 18 = integer if you had to choose between making a number a string or an integer, you would choose integer when you would want to perform mathematical functions against the number. 18 x 2 = 36 "18" x 2 = 1818
27th Oct 2016, 9:09 PM
Alex Schrichte
Alex Schrichte - avatar
0
String type (as opposed to integer) can be changed by adding other characters or string variables (letters, symbols and numbers)
27th Oct 2016, 10:04 PM
Met174