In this video course, you wrote and executed your first Python program! You wrote a small program that displays the text Hello, World
using the print()
function.
Then you learned about syntax errors, which occur before IDLE executes a program that contains invalid Python code, and runtime errors, which only occur while a program is running.
You saw how to assign values to variables using the assignment operator (=
) and how to inspect variables in the interactive window.
Finally, you learned how to write helpful comments in your code for when you or someone else looks at in the future.
In this video course, you:
forghm25 on Sept. 18, 2022
Great vid