Yasir Bhutta
|
If Elif Else
0/5
30:00
Exit
Question 1
Flag
1/5
What is the syntax for a simple if statement in Python?
A
if x == 10:
B
for x in range(10):
C
while x < 10:
D
if (x == 10) then:
Need a hint? View Explanation