KnowledgeBoat Logo

Computer Applications

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

Python Control Flow

2 Likes

Answer

IF and Test if

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

Answered By

3 Likes


Related Questions