Skip to content

What's next

Maciej Jankowski edited this page Jun 25, 2019 · 4 revisions

You know how to

  • get clear requirements
  • break down the problem by describing what the code should do in plain language
  • write placeholder functions with clear and intuitive names
  • structure the solution using flowcharts

You should already know how to

  • get input from keyboard
  • show output to screen
  • use control statements: if, while, for
  • write functions
  • use external module

What next?

further learning

Clone this wiki locally