Project: Pythonic Attempt 1

Review of the chapter

In this chapter, we have covered the following:

  • The built-in functions in Python let us carry out useful tasks.

  • The print() function displays data on the screen—numbers as well as text strings.

  • The data can be saved in case-sensitive variables.

  • The + operator lets us add numbers and join text strings. (There is an extra space after the operator.)

  • The input() function can take input from the user’s keyboard when our code runs.

With these new skills at our disposal, let’s try to determine how many requirements of the final product we can meet.

Cheat sheet

This cheat sheet will help us take a quick look at useful commands while we write the code for the final product.

Get hands-on with 1200+ tech skills courses.