26) Write the Python expression for the following:
a.) Assign the string COMPUTER to variable VAR1
Answers
Answered by
0
VAR1 = "COMPUTER"
VAR1 is the keyword and the "COMPUTER" is the string literal
Similar questions