Functions and Loops Practice: Python Basics Exercises

preview_player
Показать описание
This is a preview of Python Basics Exercises: Functions and Loops video course. Functions serve as the fundamental building blocks in almost every Python program. You now know that functions are crucial for breaking down code into smaller, manageable chunks.

In this preview you’ll practice creating user-defined functions and implementing for loops.

This is a portion of the complete course, which you can find here:

The rest of the course covers:
- Working with user input
- Challenging yourself to build a small app that tracks an investment
Рекомендации по теме
Комментарии
Автор

I've been coding for more decades than I care to admit and can confirm this is indeed python. 👍

The indents are a dead giveaway.

Also, don't forget to check your python is working with:

print(f"0.1 plus 0.2 is 0.3 is {0.1+0.2==0.3}")

Good luck!

davidmurphy
visit shbcf.ru