Computer Science, asked by yashikarawat61, 4 months ago

26) Write the Python expression for the following:
a.) Assign the string COMPUTER to variable VAR1​

Answers

Answered by faseelaandru
0

VAR1 = "COMPUTER"

VAR1 is the keyword and the "COMPUTER" is the string literal

Similar questions