What is the error with the following code fragments
a) class="python"
print(class*2)
b) A=3
print(A+B)
Answers
Answered by
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