RunestoneInteractive / fopp

Foundations of Python Programming
https://runestone.academy/runestone/static/fopp/index.html
38 stars 120 forks source link

update outdated information in 16.2 #300

Closed matiaskotlik closed 4 years ago

matiaskotlik commented 4 years ago

This fixes #231

The removed text was outdated -- writing sorted([], None, True) would be a TypeError in python 3.