Advertisement
Guest User

Help

a guest
Oct 14th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. import os, sys, time, traceback
  2.  
  3. try:
  4. option = str(raw_input("Was willst du tun?: "))
  5. print "1. Mache das"
  6. print "2. Speicher mir das"
  7. print "3. Mach das"
  8. if option in ['1','eins','Eins','One','one']:
  9. os.system("echo Hallo")
  10. <und hier möchte ich, dass er option wieder anzeigt>
  11. else:
  12. print "Lappen"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement