Computer Science, asked by ring6347, 2 months ago

Write the output of the following codes
a=O
while a<10
a=a+1
print a​

Answers

Answered by freedarajesh2003
0

Answer:

Explanation:

... on “While and For Loops – 2”. 1. What will be the output of the following Python code? advertisement. i = 0 while i < 5: print(i) i += 1 if i == 3: break else: print(0).

Similar questions