...

/

Project: Pythonic Attempt 1

Project: Pythonic Attempt 1

Produce the application.

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 ...