S

Shivam • 8.86K Points
Tutor III

Q. What is the output of the following program?

Code:
data = [x for x in range(5)]
temp = [x for x in range(7) if x in data and x%2==0]
print(temp)
  • (A) [0, 2, 4, 6]
  • (B) [0, 2, 4]
  • (C) [0, 1, 2, 3, 4, 5]
  • (D) Runtime error
  • Correct Answer - Option(B)
  • Views: 124
  • Filed under category Python

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics