Skip to content

Instantly share code, notes, and snippets.

@jessstringham
jessstringham / simple.py
Created June 20, 2023 04:23
Samples for a session at ITP camp 2023
from collections import defaultdict
import random
WINDOW_SIZE = 2
with open("alice.txt") as f:
full_text = f.read()