0
python strings
can anyone tell me what are strings and how to write them
3 Réponses
+ 1
did you look at the sololearn python course?
https://www.sololearn.com/learn/Python/2274/
https://www.sololearn.com/learn/Python/2427/
+ 1
Any input represented within single or double quotes are generally Strings.
This is a simple code which stores your name inside a variable name and is printed in the next line.
name = "Hammas Khan"
print(name)
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2274/
0
String R just print or values that are surrounded by quotation marks