Developer Academy

Python

Drills ( ) : " ,

Type it exactly as written, including indentation and line breaks. Press Enter at the end of each line.

0wpm
100% acc
0:00Time
with open("results.csv", newline="") as handle: reader = csv.DictReader(handle) for row in reader: if int(row["errors"]) == 0: clean.append(row)

Just start typing.Tabrestarts