Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # Here is the menu so you don't have to type it in.
  2.  
  3. MENU = '''
  4. --------------------------------------
  5. Commands available:
  6. 'n': Move to Next word
  7. 'p': Move to Previous word
  8. 'i': Insert a word
  9. 'e': Erase current word
  10. 'r': Replace current word
  11. 'c': Cut word, move to copy buffer
  12. 'v': Paste word from copy buffer to before current word
  13. 'l': Load a string
  14. --------------------------------------
  15. '''
  16. print(MENU)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement