Python Quiz: Control Structures
Question 1 of 20
What is the output of the following code? ```python x = 5 if x > 3: print('Yes') else: print('No') ```
Score: 0 / 20
Question 1 of 20
What is the output of the following code? ```python x = 5 if x > 3: print('Yes') else: print('No') ```