

MCQOPTIONS
Saved Bookmarks
1. |
Which one of the following is a valid Python if statement : |
A. | if a>=2 : |
B. | if (a >= 2) |
C. | if (a => 22) |
D. | if a >= 22 |
Answer» B. if (a >= 2) | |