Skip to content

Instantly share code, notes, and snippets.

@dobrienSTJ
Created September 14, 2016 17:01
Show Gist options
  • Save dobrienSTJ/0ed9bf013183df47f943820414c730a0 to your computer and use it in GitHub Desktop.
Save dobrienSTJ/0ed9bf013183df47f943820414c730a0 to your computer and use it in GitHub Desktop.
STJLOL-DOB-Avgeek
while True:
print("Welcome to the AvGeek Simulator")
sleep(2)
choice=input("Type in your faviourite aircraft manufacturer!!!")
sleep(3)
if choice == "Boeing":
print("%43 of the World's Aircraft Fleet are Boeing!!!! (Most Popular Aircraft: 737-800)")
elif choice == "airbus":
print("%40 of the World's Aircraft Fleet are Airbus!!!! (Most Popular Aircraft: A320)")
elif choice == "embraer":
print("Sadly, only %7 of the World's Aircraft Fleet are Embraer!!!! (Most Popular Aircraft: E175)")
elif choice == "bombaider":
print("Sadly, only %3 of the World's Aircraft Fleet are Bombaider!!!! (Most Popular Aircraft: Dash 8 Q400)")
else:
print("Don't worry, " + choice + " is part of the Rest Of The World's Aircraft Fleet, %7!!!!")
sleep(2)
print("Thanks For Playing")
sleep(3)
print("You're a....")
sleep(1)
print(" _____ ________ __ ")
print(" / _ \___ __/ _____/ ____ ____ | | __ ")
print(" / /_\ \ \/ / \ ____/ __ \_/ __ \| |/ / ")
print(" / | \ /\ \_\ \ ___/\ ___/| < ")
print(" \____|__ /\_/ \______ /\___ >\___ >__|_ \ ")
print(" \/ \/ \/ \/ \/ ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment