Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 493 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 493 Bytes

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