Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while True:
- try:
- print "test"
- except KeyboardInterrupt:
- leaveopt = raw_input( 'Would you like to exit or skip the current match? [e/s]:' )
- if leaveopt == 'e':
- print '\nExiting...'
- else:
- print '\nSkipping match...'
Advertisement
Add Comment
Please, Sign In to add comment