RunestoneInteractive / fopp

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

Second problem in 11.11Exercises #340

Open cdorman11 opened 3 years ago

cdorman11 commented 3 years ago

Second problem in 11.11Exercises:

print d[...] will return an error message because of missing parentheses, but the grading mechanism isn't acknowledging that.