Beginner Python Tutorial 57 - Create a List from Range

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Hello
Is it possible to create a range from a list ?

tallalmoshrif
Автор

Hi I’m learning python, don’t you need to put “” in there or it dt work?

helentart
Автор

it does not work when you use it with for

navidahmed
Автор

listing them and their sum

my_list = list(range(10))
print(my_list, "=", sum(my_list))

alhilton
Автор

Mr. beast is now doing python tutorials? 😮😮

outoblack