Computer Science, asked by Aasma00, 6 months ago

Write a program to print" hello everyone"for 10 minute using Do while loop

Answers

Answered by gaganadithyareddy9
1

Answer:

Hey this is in python...

while True:

print("Hello everyone")

Hey! This won't stop, it will keep on printing "Hello everyone". To stop it you can write 'break' inside the loop...

Answered by ramprasadkumhar11
0

Answer:

1 Python time sleep

Explanation:

plz follow me

Similar questions