RunestoneInteractive / fopp

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

Cast `range()` call to a list #331

Closed soney closed 3 years ago

soney commented 4 years ago

Now that Skulpt actually produces range objects, the call in this test needs to be cast to a list.