Computer Science, asked by bharat000, 4 months ago

What is String data type in Python ?

plz don't give answer from Google.
becoz agar google se nikalna hota toh hum hi na nikal lete.​

Answers

Answered by mayankkumarmk1212
2

Answer:

From Google-

Strings are sequences of character data. The string type in Python is called str . String literals may be delimited using either single or double quotes.

From my mind-

string is a type of integer data in programming which can be used to store character (like abc+÷&'is etc.) in closed double quotes which can further be used as a function pr variable.

Answered by preetiaakash5
1

Answer:

String datatype are those which are written in ' ' or " " or even in "' "' .

For example- "Politics "

Similar questions