Lesson 1
How to Talk to the Computer
Chapter 6: Implementing the guessing game
Making the Python code run correctly
And we now try to get the Python code to actually run on the computer!
Summary:
- We have typed out our Python code into a text editor.
- And tried to understand how to approach debugging your code.
- You have looked at some common Python errors.
- We discussed terminologies like strongly-typed languages and weakly-typed languages.