lc-python-intro icon indicating copy to clipboard operation
lc-python-intro copied to clipboard

Format Challenges and Solutions in For Loops in Episode 12

Open anrastog opened this issue 7 years ago • 2 comments

In the "For Loops" chapter of Python Intro for Libraries, NONE of the Challenges have Solutions (https://librarycarpentry.github.io/lc-python-intro/12-for-loops/)

  • Classifying Errors
  • Tracing Execution
  • Reversing a String
  • Practice Accumulating
  • Cumulative Sum
  • Identifying Variable Name Errors
  • Identifying Item Errors

The solutions for these challenges need to be added.

anrastog avatar May 10 '18 18:05 anrastog

I am suggesting a solution for the Identifying Variable Name Errors exercise in this issue: https://github.com/LibraryCarpentry/lc-python-intro/issues/77

ClaraTurp avatar Oct 06 '20 15:10 ClaraTurp

I agree. Having the solutions available would be helpful for novices to understand what the mistakes are and how to fix them.

datadopetayo avatar Dec 15 '22 16:12 datadopetayo