/ada-precourse-v2

The Ada Precourse for C15. Now in Python!

MIT LicenseMIT

Ada Precourse V2

The Ada Precourse for C15. Now in Python!

The goals of this course are for students to able to:

  • Write conditional statements to make decisions
  • Analyze code using loops and predict output
  • Write loops to reduce code repetition and iterate through lists and dictionaries
  • Use lists and dictionaries to store collections of data
  • Use Functions to reduce repetition and make code more modular
  • Interpret the output of learn tests to identify syntax and logic errors