Python 3 len() built-in function TUTORIAL

preview_player
Показать описание
Tutorial on how to use the len() built-in function from the Python 3 Standard Library.

Discussion of how to avoid TypeErrors.

📖 Please check out my Udemy course here:

Documentation:

⚙️ Recommended Computer Gear:

✈️ Recommended Digital Nomad Gear:
Рекомендации по теме
Комментарии
Автор

I have a question
I have repeated countries in a list they want me to do number of countries minus the number unique countries. They want me to use Len function on both unique_countries and countries to calculate and assign the result to the variable num_of_repeats.
Tried to fallow similar to what you showed but I keep getting error
Please help 🥺

Mj