Beginner Python Tutorial 34 - How to Copy a List (Slicing and copy Function)

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


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

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

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

Thanks a lot, I was struggling with the alias thing. :D

Frost
Автор

Did not except that Alias part, nice to know, good one!

BasBruijnis
Автор

Caleb are u doing any more videos or is this series over.
Also if the series is over will this be enough of an intro to start making small projects and move on to more intermediate or advanced python tutorials

kanyemckinney
Автор

Not sure why you need the brackets for the index reference at all. Should just be able to do:

foo = [42, 123]
bar = foo
print(foo == bar)

The last print method should return 'True'

redpillsatori
Автор

This is the point where I regret learning Programming Languages 😂
But im still enjoying it though🙃

thepronoob