This is an archived version of the course. Please find the latest version of the course on the main webpage.

Chapter 6: Implementing the guessing game

From algorithms to code

face Josiah Wang

And the time has come. It is finally the moment to convert all your hard work earlier into code! More specifically Python code.

Summary:

  • We have converted pseudocode into Python code with minimal effort.
  • We discussed some Python specific syntax.