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.