count = 1 while count <= 5: print("Count is", count) count += 1 print("Done")
Click Run to execute this code.