0

What is strings is it '"()

please tell me with examples

26th Dec 2016, 5:54 PM
Punit Singh
Punit Singh - avatar
2 odpowiedzi
0
The easiest definition is that string in python is something inside quotes for example: "Hello World" is a string.
27th Dec 2016, 2:07 PM
Nikos Betsos
Nikos Betsos - avatar
0
string always use quotes inside parenthesis if you are using print function Example: print ('hello') hello will be output
29th Dec 2016, 7:29 AM
Vipin Patel
Vipin Patel - avatar