Mr. X is doing a python program by using the if - else statement but he is always finding the error in one line can you choose the correct error from the list.
Program line:- if a=b:
•There should not be the use of = operator as it is an assignment operator.
•There should not be the use of colon (:) symbol at the last.
• In the line if should not be written in small letter.
• a=b should be written in the brackets.
Answers
Answered by
0
Answer:
It's coding I know only basic
Similar questions