What do you mean by string in Python ?
Answers
Answered by
0
Answer:
There is one python snake in the string
Answered by
0
What is a String?
A string is a sequence of characters. Computers understand the language of 0 and 1 they do not know characters.
The process of conversion of character to number is called encoding.
Strings in Python
Any characters which are enclosed in quotes is a string. In Python single quotes are treated the same as double quotes.
For example −
var1 = 'Hello World!'
var2 = "Python Programming"
my_string = '''Hello'''
More Question:
निम्नलिखित का पूरा नाम बताइए = (क) URL,(ख) TCP/IP(ग) DNS,(घ)ISP(ङ) WAN, (च)www,(छ) LAN, (ज)FTP (झ)MAN, (अ)FDDI, (ट )CSMA,
https://brainly.in/question/16044411
Similar questions
English,
5 months ago
English,
5 months ago
Physics,
5 months ago
Computer Science,
11 months ago
Computer Science,
11 months ago
Physics,
1 year ago
Math,
1 year ago