0
What is strings is it '"()
please tell me with examples
2 odpowiedzi
0
The easiest definition is that string in python is something inside quotes for example: "Hello World" is a string.
0
string always use quotes inside parenthesis if you are using print function
Example:
print ('hello')
hello will be output