Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 329 Bytes

File metadata and controls

13 lines (10 loc) · 329 Bytes

Week 1 – Student Tasks: Story Printer

Task A: Run the program

  1. Open week01_story_printer.py
  2. Press Run (F5)

Task B: Make it yours

  • Change the story to your own characters.
  • Add at least 8 lines of story.

Task C (challenge)

  • Add a blank line using: print()
  • Add a title at the top, like: "My Game Story"