Loading ARcademy...
0 of 57 lessons completed
Python is a popular, high-level programming language known for its simple and readable syntax. It was created by Guido van Rossum and released in 1991.
Python is used for:
Python is popular because it is:
Python focuses on readability.
print("Hello, World!")
Python uses new lines to separate statements and indentation to define code blocks.
if age >= 18:
print("You are an adult")
Note: This course uses Python 3, the modern version of Python.