Loading...

CONDITIONAL STATEMENTS PYTHON
Quiz by Srabana International Indian School Abu Dhabi
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What is the output for the following code :if TRUE : print (1001)else : print (2002)
What is the correct command for else if condition in python?*
It is not mandatory to specify colon (:) after writing a condition with the if statement.