You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Our task is to generate a random story every time the user runs the program. i will first store the part's of the stories in different lines, then the random module select the random part's of the story stored in the different lines
#import the module
import random
where=['A few years ago','Yeterday','Last night','A long time ago','On 20th jan']