Python 3 range() built-in function TUTORIAL

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

📖 Please check out my Udemy course here:

Documentation:

⚙️ Recommended Computer Gear:

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

i appreciate your videos very much, thanks

jell._.y
Автор

range() is a class, not function. I wrote in new project "print(range)" -> it showing in command line "<class 'range'>". If I wrote "print(range(0.0, 1.2, 0.2))", this will show "TypeError: 'float' object cannot be interpreted as an integer".

vladumnik