PCEP 30 02 PCEP Certified Entry Level Python Programmer · Free Practice Question Medium
Question 14
Please organize the given code boxes to create a conditional statement that ensures a specific instruction is executed when the value of the variable "marks" is less than or equal to 90.

-
A
B,A,D,C,E
-
B
D,E,A,B,C
-
C
A,D,E,B,C
-
D
B,A,D,E,C
Reveal correct answer
Correct answer: D
Explanation
if marks <= 90:
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
