Skip to content

Instantly share code, notes, and snippets.

@Nalisarc
Created December 19, 2012 06:01
Show Gist options
  • Save Nalisarc/4334727 to your computer and use it in GitHub Desktop.
Save Nalisarc/4334727 to your computer and use it in GitHub Desktop.
A silly file I made. Good for pranks, nothing else
Q = raw_input('Format Harddrive: Y/N ')
if Q == 'Y':
Q2 = raw_input('Are you sure: Y/N ')
if Q2 == 'Y':
print 'Nah to much work'
else:
print "I wasn't going to anyway"
exit()
else:
print "awww your lame"
exit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment