Advertisement
TheSmaterOne

Do you want to talk script

Jan 8th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.73 KB | None | 0 0
  1. user_input = input("Would you like to talk?\nYes\nNo ")
  2.  
  3. if user_input == "yes" :
  4.     user_input = input("\nGreat what should we talk about?\nSports\nWeather")
  5. elif user_input == "no" :
  6.     print("\nAlrighty bye have a nice day! :)\n\nClosing in 10.")
  7.     import time
  8.     time.sleep(1)
  9.     import time
  10.     print("Closing in 9 ")
  11.     time.sleep(1)
  12.     import time
  13.     print("Closing in 8 ")
  14.     time.sleep(1)
  15.     import time
  16.     print("Closing in 7 ")
  17.     time.sleep(1)
  18.     import time
  19.     print("Closing in 6 ")
  20.     time.sleep(1)
  21.     import time
  22.     print("Closing in 5 ")
  23.     time.sleep(1)
  24.     import time
  25.     print("Closing in 4 ")
  26.     time.sleep(1)
  27.     import time
  28.     print("Closing in 3 ")
  29.     time.sleep(1)
  30.     import time
  31.     print("Closing in 2 ")
  32.     time.sleep(1)
  33.     import time
  34.     print("Closing in 1 ")
  35.     time.sleep(1)
  36.     import time
  37.     print("Closing")
  38.     time.sleep(1)
  39.     exit()
  40.  
  41. if user_input == "sports" :
  42.     user_input = input("\nWhos your favorite Football team? \n 1.Arizona Cardinals\n 2.Atlanta Falcons\n 3.Baltimore Ravens\n 4.Buffalo Bills\n 5.Miami Dolphins\n 6.Minnesota Vikings \n 7.New England Patriots \n 8.New Orleans Saints \n 9.Carolina Panthers \n 10.Chicago Bears \n 11.Cincinnati Bengals \n 12.Cleveland Browns \n 13.Dallas Cowboys \n 14.Denver Broncos \n 15.Detroit Lions \n 16.Green Bay Packers \n 17.Houston Texans \n 18.Indianapolis Colts \n 19.Jacksonville Jaguars \n 20.Kansas City Chiefs \n 21.New York Giants \n 22.New York Jets \n 23.Oakland Raiders \n 24.Philadelphia Eagles \n 25.Pittsburgh Steelers \n 26.San Diego Chargers \n 27.San Francisco 49ers \n 28.Seattle Seahawks \n 29.St. Louis Rams \n 30.Tampa Bay Buccaneers \n 31.Tennessee Titans \n 32.Washington Redskins")
  43.  
  44. if user_input == "1" :
  45.     print("\nThey suck! BYE!")
  46.  
  47. elif user_input == "2" :
  48.     print("\nThey suck! BYE!")
  49.  
  50. elif user_input == "3" :
  51.     print("\nThey suck!BYE!")
  52.  
  53. elif user_input == "4" :
  54.     print("\nThey suck!BYE!")
  55.  
  56. elif user_input == "5" :
  57.     print("\nThey suck!BYE!")
  58.  
  59. elif user_input == "6" :
  60.     print("\nThey suck!BYE!")
  61.  
  62. elif user_input == "7" :
  63.     print("\nThey suck!BYE!")
  64.  
  65. elif user_input == "8" :
  66.     print("\nThey suck! BYE!")
  67.  
  68. elif user_input == "9" :
  69.     print("\nThey suck! BYE!")
  70.  
  71. elif user_input == "10" :
  72.     print("\nThey suck! BYE!")
  73.  
  74. elif user_input == "11" :
  75.     print("\nThey suck! BYE!")
  76.  
  77. elif user_input == "12" :
  78.     print("\nThey suck! BYE!")
  79.  
  80. elif user_input == "13" :
  81.     print("\nThey suck! BYE!")
  82.  
  83. elif user_input == "14" :
  84.     print("\nThey suck! BYE!")
  85.  
  86. elif user_input == "15" :
  87.     print("\nThey suck! BYE!")
  88.  
  89. elif user_input == "16" :
  90.     print("\nThey suck! BYE!")
  91.  
  92. elif user_input == "18" :
  93.     print("\nThey suck! BYE!")
  94.  
  95. elif user_input == "19" :
  96.     print("\nThey suck! BYE!")
  97.  
  98. elif user_input == "20" :
  99.     print("\nThey suck! BYE!")
  100.  
  101. elif user_input == "21" :
  102.     print("\nThey suck! BYE!")
  103.  
  104. elif user_input == "22" :
  105.     print("\nThey suck! BYE!")
  106.  
  107. elif user_input == "23" :
  108.     print("\nThey suck! BYE!")
  109.  
  110. elif user_input == "24" :
  111.     print("\nThey suck! BYE!")
  112.  
  113. elif user_input == "25" :
  114.     print("\nThey suck! BYE!")
  115.  
  116. elif user_input == "26" :
  117.     print("\nThey suck! BYE!")
  118.  
  119. elif user_input == "27" :
  120.     print("\nThey suck! BYE!")
  121.  
  122. elif user_input == "28" :
  123.     print("\nThey suck! BYE!")
  124.  
  125. elif user_input == "29" :
  126.     print("\nThey suck! BYE!")
  127.  
  128. elif user_input == "30" :
  129.     print("\nThey suck! BYE!")
  130.  
  131. elif user_input == "31" :
  132.     print("\nThey suck! BYE!")
  133.  
  134. elif user_input == "32" :
  135.     print("\nThey suck! BYE! ")
  136.  
  137.  
  138. if user_input == "weather" :
  139.     user_input = input("\nWell i havent been outside in a while, But i can bring up a website for the \nweather if you want? \nYes\nNo")
  140.  
  141. if user_input == "yes" :
  142.     import webbrowser
  143.     print("Alright, here you go i have to get going, Nice talking to you!")
  144.     webbrowser.open_new_tab('https://www.google.com/#q=weather')
  145.     import time
  146.     time.sleep(20)
  147.     exit()
  148.  
  149. elif user_input == "no" :
  150.     print("\nAlrighty bye have a nice day! :)\n\nClosing in 10.")
  151.     import time
  152.     time.sleep(1)
  153.     import time
  154.     print("Closing in 9 ")
  155.     time.sleep(1)
  156.     import time
  157.     print("Closing in 8 ")
  158.     time.sleep(1)
  159.     import time
  160.     print("Closing in 7 ")
  161.     time.sleep(1)
  162.     import time
  163.     print("Closing in 6 ")
  164.     time.sleep(1)
  165.     import time
  166.     print("Closing in 5 ")
  167.     time.sleep(1)
  168.     import time
  169.     print("Closing in 4 ")
  170.     time.sleep(1)
  171.     import time
  172.     print("Closing in 3 ")
  173.     time.sleep(1)
  174.     import time
  175.     print("Closing in 2 ")
  176.     time.sleep(1)
  177.     import time
  178.     print("Closing in 1 ")
  179.     time.sleep(1)
  180.     import time
  181.     print("Closing")
  182.     time.sleep(1)
  183.     exit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement