From 8db15e5a18b0c6fa679a96f54d7a76853ca544dc Mon Sep 17 00:00:00 2001 From: Rueshelle Ferguson Date: Fri, 2 Oct 2020 11:07:42 +0100 Subject: [PATCH] dont need --- StoryD7.py | 6 ------ story.py | 9 ++------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/StoryD7.py b/StoryD7.py index eb877a4..8d532c9 100644 --- a/StoryD7.py +++ b/StoryD7.py @@ -1,11 +1,6 @@ import story import os import msvcrt as m -# the logic for the sotry... - -# help function to display more informating about links in the story - -# get user input # clear the screen def clear(): @@ -13,7 +8,6 @@ def clear(): m.getch() os.system('cls') - # main def main(): print(story.chairStory) diff --git a/story.py b/story.py index fa7995f..35f0cd0 100644 --- a/story.py +++ b/story.py @@ -33,7 +33,7 @@ chairStory = ''' ''' #links to other pages -# black holographic screen - screen + # black holographic screen - screen screen =''' A holographic screen is a two dimensional display technology that uses coated glass media for the projection surface of a video projector. @@ -96,7 +96,6 @@ leave = ''' Enjoy a luxurious life years to come. Evolve and live better and advanced life without family. Always having the guilt of leaving the family in other era.''' - # conclusion con = ''' @@ -115,13 +114,9 @@ con = ''' He then travells again... ''' - - context = ''' would you like to find out anymore information about any of the following? A) The Screen B) Time Travel c) 19th Of September D) Continue With The Choice - ''' - - + ''' \ No newline at end of file