Essential Question: How can I create a project that adds data to a file in python?
Mastery Objectives:
SWBAT iterate through a list.
SWBAT add data to a file.
SWBAT combine data in lists.
SWBAT read and open a file to select data.
Resources:
Online IDE - Online Python - IDE, Editor, Compiler, Interpreter
Madlib Website - Mad Libs Online
w3Schools File Handling - https://www.w3schools.com/python/python_file_handling.asp
Opening and Closing a File - https://www.w3schools.com/python/python_file_open.asp
Example Code - https://www.online-python.com/r81o9cPqtR
Write to a file - https://www.w3schools.com/python/python_file_write.asp