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 🔥🔥🔥
4 odpowiedzi
+ 1
Anything between two quote marks, like this
"Hi world"
+ 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.
+ 1
Go through python course , or Google that :-)
+ 1
string in python are seen in 'commas'
eg in
input "2"+"5"
'25' is this a string
it is in commas