CBSE Class 10 Computer Applications Question 3 of 26

Python Conditionals and Loops — Question 1

Back to all questions
1
Question

Question 1

Which of the following are invalid conditional statements of Python?

  1. IF
  2. Test if
  3. if-else
  4. if-elif
  5. if
  6. if-elif-else
Answer

IF and Test if

Reason — IF and Test if are invalid conditional statements of Python.