Quiz

Let's test our understanding of the concepts covered so far.

We'll cover the following...
Technical Quiz
1.

Which of the following is the right syntax for the if statement in Python?

A.
if expression:
   statement
B.
if expression
   statement
C.
if expression:
statement
D.

All of the above


1 / 4