R

Ram Sharma • 193.86K Points
Coach

Q. What will be the output of following Python code snippet?

Code:
for i in range(0 , -2 , -1):

    print(i)
  • (A) 0, -1
  • (B) 0, -1, -1
  • (C) -1, -2
  • (D) Error
  • Correct Answer - Option(A)
  • Views: 217
  • 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