Question #220575

Write a program that displyd the following number sequence.make sure there is no extra comma.(0,1,2,3,...99)

Expert's answer

for item in range(0,99):
  print(item, sep='', end=', ', flush=True)
print(99)




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!

LATEST TUTORIALS
APPROVED BY CLIENTS