Level 1
0 / 100 XP

Section Overview

In this Python Basics section, we will cover the fundamental concepts of the Python 3 programming language. We will start by exploring how to execute Python code, and then move on to learning the syntax and keywords of Python 3.

You will learn how to use the built-in help system to understand the different Python keywords, and how to print output to the console using the print() function. We will also cover basic Python operators and their uses, and finish up with a review of what you have learned in this section.

By the end of this section, you will have a solid foundation in Python 3 and be ready to move on to more advanced topics. Let's get started and dive into the world of Python 3 programming!