Skip to content

Instantly share code, notes, and snippets.

@ardasevinc
Created August 11, 2018 15:15
Show Gist options
  • Save ardasevinc/03dfb49faa3d0e44ed127c0421e9a4d2 to your computer and use it in GitHub Desktop.
Save ardasevinc/03dfb49faa3d0e44ed127c0421e9a4d2 to your computer and use it in GitHub Desktop.
Hello Abuser v2
#Hello Abuser but slower
import time
while True:
print('Hello')
time.sleep(1)
print('Hello')
print('Hello')
time.sleep(1)
print('Do you want it to stop? (yes or no)')
usr_input = input()
while usr_input == 'yes' or usr_input == 'no':
print('Hello!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment