0

What is string

5th Jun 2019, 5:34 AM
Harish Chaisir
Harish Chaisir - avatar
3 Answers
+ 5
For more information refer to this lesson : https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2274/ Thanks
5th Jun 2019, 6:03 AM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 3
String in python is a data type that can hold any alpha numerical characters and also special charakters like space or :(&%{. Strings in python are not null terminated. For assigning a string to a variable or just to use it in an other way it has to be enclosed in single, double or tripple quotes. name = ‘Bob’ city = “London” color = ‘’’red’’’.
5th Jun 2019, 5:55 AM
Lothar
Lothar - avatar
- 1
String is null terminated character array
5th Jun 2019, 5:47 AM
Prajjwal Mishra
Prajjwal Mishra - avatar