What is the output of the following code snippet?
1
while i<=5: print()
A.
infinite loop
B.
error
1 2 3 4 5
D.
1 1 1 1 1
Answers
Answered by
4
please write full program.
Similar questions