Computer Science, asked by chinav69, 8 months ago

What is the error with the following code fragments?(i) A=5 Print(A+10) (ii) class = “Python” print(class*2) (iii) A=3 print(A+B)
if u answer I will follow u​

Answers

Answered by ssahildeep50
1

Answer:

you have not declare the b variable ,

it will give u a nameerror

Explanation:

Similar questions