A

Admin • 833K Points
Coach

Q. Which of the following statement will return error?

  • (A) for i in a : #a is a list
  • (B) for i in range(5) :
  • (C) for i not in a : # a is a list
  • (D) for i in (1, 2, 3) :
  • Correct Answer - Option(C)
  • Views: 37
  • Filed under category Python
  • Hashtags:

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.