Guest User

Untitled

a guest
Feb 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if request == "1":
  2. func1()
  3. result = func2()
  4. if result == "x":
  5. func3()
  6. else:
  7. panic()
  8.  
  9. if request == "2":
  10. func1()
  11. func3()
  12. func4()
  13.  
  14. if request == "3":
  15. func2()
  16. func6()
  17. func3()
Add Comment
Please, Sign In to add comment