Aidan's Tote Shop

PHOTO EMBED

Thu Sep 15 2022 19:48:10 GMT+0000 (Coordinated Universal Time)

Saved by @Aidan_Jab #python

import random
print("Hello & welcome to Aidan's Tote shack!")
print("We have Totes of all colors!")
print("Out colors consist of, Red, Blue, Orange, Pink, Cyan, Maroon, Purple and Yellow!")
print("Please type the color you want, you can only choose one!")
 
larisha=input()
 
int = shawn=random.randint(19, 20)
    
 
if(larisha =="red"):
    print("A child... I see, one red tote coming up!")
 
elif(larisha=="pink"):
    print("Ah, either a little girl or a little girl, either way you're paying for it so no problem!")
 
elif(larisha=="blue"):
    print("a man of culture I see, I forsee phat stacks of cash in my wallet.")
 
elif(larisha=="orange"):
    print("Knock knock? Orange you glad we have this color? One orange tote coming up!")
 
elif(larisha=="yellow"):
    print("Wow, a functioning human that accually likes the color yellow. How surprising. One not yellow tote coming up!")
 
elif(larisha=="maroon"):
    print("OoOoOoOo... a dark brooding bad boy, How scary. One pink Maroon Five tote coming up!")
 
elif(larisha=="cyan"):
    print("another child ewwwwwwwwwwww, one abnormally large tote coming up!")
 
elif(larisha=="purple"):
     print("Hmmm it seems we are out of purple ink, you can get a blue tote instead. Sorry for the inconvenience!"):
     print("One Blue tote coming up!")
elif(shawn==20):
    print("Sorry we don't offer that color!")
elif(shawn==19):
    print("Was that color on the list? Try again, next time please read the given options!")
content_copyCOPY

Very fun

Me