how do we store string variables in python
a.(string)
b."string"
c.[string]
d.{string} of
Answers
Answered by
0
Answer:
b."string"
Explanation:
Assigning a string to a variable is done with the variable name followed by an equal sign and the string:
example-
str = "Hello"
print(str)
Similar questions
Social Sciences,
3 months ago
Math,
3 months ago
CBSE BOARD XII,
6 months ago
Math,
6 months ago
Psychology,
10 months ago