A
Q. What will be the output of the following Python code?
Code:
x = "abcdef"
while i in x:
print(i, end=" ")
while i in x:
print(i, end=" ")
- Correct Answer - Option(D)
- Views: 23
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.