Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
#Enjoy Life
from pip._vendor.colorama import Fore, Back, Style
print ('With a sigh of relief, the Human takes a step back.\n\n\n')
print("")
lifeChoice = input("choose either; play sports, get a job, travel, dabble in art, study religion, learn an instrument")
lifeChoice = str(lifeChoice)
print("")
def pause():
pass
pause()
if lifeChoice == ("play sports"):
print("Trying out for sports, keeping active and finding the right sport for her; basketball, netball, football etc...")
elif lifeChoice ==("get a job"):
print("With the foundations of robotics in her mind, time to expand and put to use this new found knowledge. Start working as an engineer, based on the background of robotics.")
elif lifeChoice ==("travel"):
print("An example would be to study Buddhism, travel to Asia, become a monk and or live close to nature.")
elif lifeChoice ==("dabble in art"):
print("With the beauty of the machine created, find passion for artistic qualities; drawing, modelling, painting etc...")
elif lifeChoice ==("study religion"):
print("Study and accept religious beliefs.")
elif lifeChoice ==("learn an instrument"):
print("Learn an instrument, find hidden talent (or not), experience life through the creation of music.")
print("")
pause()
bold = '\33[1m'
print('\33[1m'"What a life it will be. I'm Eva Li, and I've found the purpose of my life!")
print(Style.RESET_ALL)
pause()
print('\33[1m'"THE END")