Q3. Write the output of the following. "Blog" a a='a' a. print(a) Bloga Blog b. aBlog d. a C.
Answers
Answered by
3
Answer:
hzv-wmde-ghm connect her
Answered by
0
SyntaxError: cannot assign to literal
Explanation:
The given should have a string that can be declared.
or an integer value should be assigned to it.
Generally, literals are a notation for representing a fixed value in source.
They can also be defined as raw values or data given in variables or constants.
String literals can be formed by enclosing a text in the quotes. We can use both single as well as double quotes to create a string.
Similar questions