Lesson 1
How to Talk to the Computer
Chapter 6: Implementing the guessing game
From algorithms to code
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.