Jump to content

Kami

Trade With Caution
  • Posts

    1293
  • Joined

  • Last visited

  • Feedback

    99.3%

Everything posted by Kami

  1. I'm gonna go with the Seattle Seahawks since I live in the same state as them
  2. Dex solved this for me Great guy while (age <= -1 or age >=106) or(gender.lower() != 'male' and gender.lower() != 'female' ) : age = input ('Choose a valid age (0-105) ') age = int (age) gender = input ('male or female? ') if age >= 0 and age <= 5 : print ('Fish') elif age > 6 and age <= 15 and gender.lower() == 'male': print ('Gecko') elif age > 6 and age <= 15 and gender.lower() == 'female': print ('Bunny') elif age > 16 and age <= 30 and gender.lower() == 'male': print ('Snake') elif age > 16 and age <= 30 and gender.lower() == 'female': print ('Parrot') elif age > 30 and age <= 105 and gender.lower() == 'male': print ('Dog') elif age > 30 and age <= 105 and gender.lower() == 'female': print ('Cat')
  3. Dex fixed my age problem but now gender isn't working correctly
  4. Tried this but it didn't ask the user to input a number again if it was over 105 I'm in chat if you want to come there to try and help me edit: Also now doesn't prompt user to input again if gender wasn't male or female
  5. So I keep trying for my script to ask the user to input a valid number if ones not given or in my case 0-99 It doesn't do this though. the gender.lower() stuff works fine and if I do alien as my input it asks me the question again until I type in either male or female. The only thing I need help with is why my age>=0 and age <=105 isn't working the way its supposed to be Please help! due tomorrow! procrastinated this one big! #ask for age + gender input age = input ('How old are you? ') gender = input (' male or female? ') #turn age into integer age = int (age) #use while to keep asking for a valid input while age >= 0 and age <= 105 and gender.lower() == 'male' and gender.lower() == 'female' : age = input ('Choose a valid age (0-99) ') age = int (age) gender = input ('male or female? ') if age >= 0 and age <= 5 : print ('Fish') elif age > 6 and age <= 15 and gender.lower() == 'male': print ('Gecko') elif age > 6 and age <= 15 and gender.lower() == 'female': print ('Bunny') elif age > 16 and age <= 30 and gender.lower() == 'male': print ('Snake') elif age > 16 and age <= 30 and gender.lower() == 'female': print ('Parrot') elif age > 30 and age <= 105 and gender.lower() == 'male': print ('Dog') elif age > 30 and age <= 105 and gender.lower() == 'female': print ('Cat') #thank you message print() print ('Thanks for using Pet Finder!') Thank you for everyone helping me out! Edit: results How old are you? 55 male or female? male Dog Thanks for using Pet Finder! How old are you? 5555 male or female? male Thanks for using Pet Finder! (It's suppose to ask the user for a valid number) Edit2: language =python
  6. Not thrilled on price increase..
  7. I'm jelly. I want my own world
  8. I know this feel... I had to get 71 fishing from 63 to catch a raw shark the pain! edit: when catching the chin make sure you have clue scroll with you. also use clue scroll on sherlock edit2: I boosted 76 fishing from 71 and was able to complete it
  9. if I had 99 def and range and blow pipe I would do this 75 def 89 range and no pipe D:
  10. Good Luck! I wouldn't bot, you know you're going to back in a month or two :p
  11. you should have just splashed. What a wasted account
  12. I don't know what to vote yet.. Think I won't vote at all =/
  13. I'm a Link player myself. Love the game but not sure if I should buy it for the 3ds. I have no one to play with anymore as well =/
  14. I have neither but if I'm going to get one its the one my friends have
  15. Kami

    IT HAPPENED !

    Would #1 like to hook me up? ;)
  16. Kami

    IT HAPPENED !

    I just started playing WoW myself. If you got any unwanted mounts/pets throw them my way ;)
  17. Kami

    money making guide.

    You're doing it wrong. I'm getting 30m/hr
  18. Merry Christmas to you too!
  19. I'd ask TwitchFast Helped me out with my laptop and I'm very satisfied with the laptop chosen
×
×
  • Create New...