Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'profiler'

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