Computer Science, asked by poojagalhotra7461, 8 months ago

What do you mean by string in Python ?

Answers

Answered by maharshi19
0

Answer:

There is one python snake in the string

Answered by namanyadav00795
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