- A simple app to practice Python with. It will let me store notes and eventually help me retrieve/search those notes.
- save input to a list or dict
- save input to a file
- load old input from a file
here's a block quote
import requests
import csv
def make_happy():
print("Thinking...")
return True