Lecture

Key Takeaways So Far

So far, you've learned what programming is and how to output values with Python.

Before moving on to the next step, let's review the key points card by card.

Quiz
0 / 1

Which of the following correctly describes the print() function?

It outputs the value inside the parentheses to the screen.

It receives a value from the user.

It deletes the value stored in a variable.

It stops the program from running.

Lecture

AI Tutor

Help