Lesson 1 Activity: Storytime

Welcome to the first activity - writing a story! Let's put your skills to the test. Based on what you learned in the video, try to print out a story. Here's a short example of how you can do that below:


import time

print("Once upon a time, there was a monster that ruled over seven kingdoms. The people who knew this monster called him...")
time.sleep(6)
print("dragon! Ya I know...what kind of silly name is that? At least give him a REAL name or something!")



This should give you a good idea of what to do for a story. Try to come up with your own and test it on replit!