Answer to Question #107683 in Python for edgar

Question #107683
What is output?
c = 0

while (c < 10):
  c = c + 5
  print (c)
1
Expert's answer
2020-04-06T12:08:17-0400

This code:

c = 0
while (c < 10):
  c = c + 5
  print(c)

Will output:

5

10


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS