Getting Started
Video Notes
It is important to remember that there are two ways to enter your code into Python: the shell and the text editor. Make sure to play around and start getting comfortable with them both.
You can find the code examples in this video here.
Exercise
1. Try to print something other than Hello, World!.
Exercise Solution
56 comments