R
Q. What will be the output of the following code?
Code:
x = 12
for i in x:
print(i)
for i in x:
print(i)
- Correct Answer - Option(C)
- Views: 210
- Filed under category Python
Discusssion
Login to discuss.