Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.36 KB | None | 0 0
  1. ask1 = input(" text1 ")
  2.  
  3.     if ask1 == "1":
  4.             ask2 = input("text")
  5.  
  6.         if ask2 == "1":
  7.             ask3 = input("text")
  8.  
  9.             if ask3 == "1":
  10.                 ask4 = input("text")
  11.  
  12.             elif ask3 == "2":
  13.                 ask4 = input("text")
  14.  
  15.             elif ask3 == "3":
  16.                 ask4 = input("text")
  17.  
  18.         elif ask2 == "2":          
  19.             ask3 = input("text")
  20.            
  21.     elif ask1 == "2":
  22.             ask2 = input("text")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement