Computer Science, asked by aarusharma094, 4 months ago

Identify the errors in the following Python code and write correct code.

A=123

B=23.90+a

C+=b

D=**A

print(A,B:C,D)​

Answers

Answered by Anonymous
1

Answer:

B=23.90+a

hope it helps u

Similar questions