Question: Create a program that prints outHello every two seconds.
Hello
Expected output:
... Hello Hello Hello Hello Hello Hello ...
Hint: Make the program sleep for two secondsusing the time module.
sleep
time