Skip to content
Permalink
Browse files
Update StoryD7.py
  • Loading branch information
utowarej committed Oct 2, 2020
1 parent 87b6777 commit 51d83fe2d0aee4bf9546aa81d02ef82f899bf4e1
Showing 1 changed file with 23 additions and 0 deletions.
@@ -187,7 +187,30 @@ def views():
views()


###----ENDING----joel###
next=False
while next==False:

print("""\nJapan had changed so much since the start of the 21st century.\nJapan is now fully autonomous. There is no need to work anymore. Doctors have been replaced by medical robots present in your own home, programmers were replaced by computers that feed themselves lines of code. Every essential worker has been replaced by robots.\nRicardo is shocked. He could have never seen such a significant development since he was still in the 17th century when he decided to go on this adventure. Also, do you remember Robocop? That's a real thing in 2090, although people don't trust the security of these armed droids, and don't trust the people behind the making of it. It is a strange feeling; Ricardo stands here in the distant future where things he can only dream about exist. Now he could choose to [1]stay here in this amazing new world or [2]return to his original time in order to be with his family. Maybe Ricardo could even do [3]both, stay in the future for a while then return afterwards""")

choice=int(input("\nEnter choice by typing the number in square brackets (each chioce shall lead to a diferent ending)"))

if choice== 1:
next=True
print("\nAfter thinking long and hard about the decision Ricardo decided to start a brand new life in Japan. He had manged to get a simple job of doing maintenance on robots. It was surprisingly easy for him to get the job as the only thing he had to do was ask each robot a series of questions. Now he is living a good life with new technology and money, the only thing missing is that there is nothing to fill the void in his heart where his family would be.")

elif choice== 2:
next=True
print("\nWithout hesitation Ricardo returns home, to his amazement it seems no time has passed since his departure. Thanks to this he does not need to explain what happened if it had even happened at all.")

elif choice== 3:
next=True
print("\nHe decided to first gain some money and knowledge in Japan. This not only allows Ricardo to be able to use this back in the present it will also make him the smartest in his time period. Finally, after several months, he decides to go back to his home and check how things were over there. When he got to his island, everything was the same, except his family wasn't there.")

else:
print("\nPlease ensure that a valid number is entered exact word is used(including case)")
print("""\nThank you for playing
___THE END___""")



0 comments on commit 51d83fe

Please sign in to comment.