Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 375 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 375 Bytes

About

  • A simple app to practice Python with. It will let me store notes and eventually help me retrieve/search those notes.

To Do

  • save input to a list or dict
  • save input to a file
  • load old input from a file

Usage

here's a block quote

Example

import requests
import csv

def make_happy():
	print("Thinking...")
	return True