Python Tutorial v3.2.5 Lesson 11 - Python Built-In Functions and Vocabulary

preview_player
Показать описание
3:03 Click to skip the Introduction to Lesson 11.
There is not challenge program for Lesson 11.

Lesson 11 looks at built in functions inherent to Python. Functions like print(), input(), and int() have already been introduced. This lesson also introduces abs(), max(), min(), and pow(). Key terms such as arguments and function calls are introduced, and the concept of functions returning a single value are also explored.

This is an introductory series of Python tutorials. This course, from start to finish, is designed to help someone who has never programmed before learn the basics of coding in Python. As this series continues, we examine more advanced Python techniques, functions, and methods.

Keep in mind this tutorial is using an older version of Python, v3.2.5. You will need to click on the "View Older Releases" button to use this specific version. Using the newer versions will not be an issue at this point, but when the lesson proceeds to basic graphics, the Pygame Module we'll use does not support v3.3+ at this time.
Рекомендации по теме
Комментарии
Автор

the most clear and easily understandable video thank you very much sir

simincalifornia
Автор

Thanks. This was useful. I like such tutorials that lay the foundation so that i don't get lost in the future.

Noldy__
Автор

pow(someting) equals to x ** y right?

alexanderstorozhenko