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?
- IF
- Test if
- if-else
- if-elif
- if
- if-elif-else
IF and Test if
Reason — IF and Test if are invalid conditional statements of Python.