Computer Science, asked by mohammedismail7, 5 months ago

What is the error with the following code fragments
a) class="python"
print(class*2)
b) A=3
print(A+B)​

Answers

Answered by abhisheksingh100704
1

Answer:

a==>You are asking to evaluate An Expression Containing A String Variable And An Integer

b==>No Declaration Or Initialization of Variable B

Similar questions