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
#Chapter 5 By Javeria
#Collect Data
print (' “I don’t have enough data.” The machine plays again, “I need more data.” She tells the robot some information about her. "I wasted several years in a job I hated that barely paid the bills. I never enjoyed working there and the job position never changed; just the same routine but a different day".')
#Reply
print ('The machine replies: "Everything with a purpose has value. You don’t value yourself and neither do the people around you. Every machine has a purpose and therefore a value."')
#Escape
print ('“W-what are you doing?”')
choice = input ("choose 'back up' or 'stay there':")
choice = str(choice)
if choice == ("back up"):
print ('“Anything without value or a purpose is discarded. I am discarding you.” The machine steps closer to the Human, however, the robot’s code doesn’t allow for the length of the cable and as it creeps forward, it unplugs itself.')
elif choice == ("stay there"):
print ('the robot is approaching, “Anything without value or a purpose is discarded. I am discarding you.” She kicks it, it smashes. The Human looks at the sad pile of junk she’d managed to make into the machine it is now. She made this')
#Enjoy Life
print ('With a sigh of relief, the Human takes a step back.')
lifeChoice = input("choose either; play sports, get a job, travel, dabble in art, study religion, learn an instrument")
lifeChoice = str(lifeChoice)