Q. Write the output of the following
Code:
a = 7
for i in 7:
print(a)
β
Correct Answer: (A)
Error
a = 7
for i in 7:
print(a)
You must be Logged in to update hint/solution