Please enable JavaScript to use CodeHS

Utah Introduction to Python 2

Lesson 9.1 Project: Poetry Remixer

Description

In this lesson, students will get a chance to apply the Tracy commands and concepts they’ve learned so far to complete a project. They will remix a poem using File I/O, lists, and string manipulation. They will be given the opportunity to get creative with the structure an content of their poem.


Objective

Students will be able to:

  • Use File I/O to read from and write to a file
  • Use string methods to alter the contents of the file
  • Use list methods to alter the structure of the file contents