String in python | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

String in python

What is string?{I understand about string well I just leave this question to help some one you can see best answers below my question 🔥🔥🔥

21st Apr 2020, 3:29 PM
ADHIL
ADHIL - avatar
4 Respuestas
+ 1
Anything between two quote marks, like this "Hi world"
21st Apr 2020, 3:41 PM
12ksins
12ksins - avatar
+ 4
The qotes that can be used in python are: 'hello' - Single quotes "hello" Double quotes '''hello''' or """hello""" Triple quotes, single or double. This can contain multiline string.
21st Apr 2020, 5:05 PM
Lothar
Lothar - avatar
+ 1
Go through python course , or Google that :-)
21st Apr 2020, 4:01 PM
Abhay
Abhay - avatar
+ 1
string in python are seen in 'commas' eg in input "2"+"5" '25' is this a string it is in commas
30th May 2020, 1:54 PM
Navjeet Singh
Navjeet Singh - avatar