RunestoneInteractive / fopp

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

Update week4a1.rst #345

Closed soney closed 1 year ago

soney commented 3 years ago

Fix test for example problem. It currently produces a map() object but checks for a list. Manually casting as a list instead.