Skip to content

Instantly share code, notes, and snippets.

@zzak
Created July 18, 2010 00:37
Show Gist options
  • Save zzak/479986 to your computer and use it in GitHub Desktop.
Save zzak/479986 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
print "Welcome."
while 1:
command = raw_input('enter command: ')
if command == 'help':
print "Type quit to exit."
if command == 'quit':break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment