A
Q. What is the output of the following code?
Code:
[ (a,b) for a in range(3) for b in range(a) ]
- Correct Answer - Option(A)
- Views: 27
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.