Advertising
advertising
related pastes to tag 'profiler'
- 757704 - PYTHON10SCRIPT: python script cool fun profiler
-
- def promptab(prompt):
- input = raw_input(prompt)
- if input[0].lower() == "a": # this takes the first charcter and makes it lower case, so A, a, and aardvark all register as "a"
- return 0
- elif input[0].lower() == "b": ## same thing
- return 1
- else:
- return -1 ## if the first character is not a or b, return an error code
- 757691 - PYTHON10SCRIPT: python script cool fun profiler
-
- print ("Welcome!")
- print ("So what will you be catagorized? EMO,PUNK,HICK,GANGSTA,Hacker,ROCKER,Prep OR GEEK?")
- print ("Lets find out")
- s= raw_input("Whats your name?:")
- print ("Well lets get started:"),s
- b= raw_input("Chinese or Mcdonalds:")
- c= raw_input("Tennis,Hockey,Soccer,Danceing,Football,or Basketball?:")
- d= raw_input("Whats your favorite type of music?:")
- 757689 - PYTHON10SCRIPT: python script cool fun profiler
-
- print ("Welcome!")
- print ("So what will you be catagorized? EMO,PUNK,HICK,GANGSTA,Hacker,ROCKER,Prep OR GEEK?")
- print ("Lets find out")
- s= raw_input("Whats your name?:")
- print ("Well lets get started:"),s
- b= raw_input("Chinese or Mcdonalds:")
- c= raw_input("Tennis,Hockey,Soccer,Danceing,Football,or Basketball?:")
- d= raw_input("Whats your favorite type of music?:")