Which of the following is an incorrect python statement?
A.print("Radcliffe")
B._age=10
C.a+b=c
D.x=input()
Answers
Answered by
2
Answer:
C.a+b=c
Explanation:
C.a+b=c is the correct answer
Answered by
5
Answer:
C.a+b=c
Explanation:
C.a+b=c this is an incorrect python
Similar questions