Multiple Assignments in Python

Опубликовано: 28 Август 2021
на канале: mCoding
65,605
3.1k

Chain those equals signs!

Python allows multiple assignments, or chained assignments, to assign multiple variables or expressions at once. This can be a useful tool but it is also a source of confusion when the multiple assignments involve the same name multiple times or when the assignment target is mutable. The assignments are evaluated right hand side first, then left to right, assigning each expression to the target in turn. This differs from many other programming languages and it is also different from the way Pythons assignment expressions (the walrus operator (:=) colon equals) works.

― mCoding with James Murphy (https://mcoding.io)

Source code: https://github.com/mCodingLLC/VideosS...
Assignment statement docs: https://docs.python.org/3/reference/s...
Evaluation order docs: https://docs.python.org/3/reference/e...
Assignment expressions PEP: https://www.python.org/dev/peps/pep-0...

SUPPORT ME ⭐
---------------------------------------------------
Patreon:   / mcoding  
Paypal: https://www.paypal.com/donate/?hosted...
Other donations: https://mcoding.io/donate

Top patrons and donors: Laura M, Jameson, John Martin, Vahnekie, Pieter G, Sigmanificient

BE ACTIVE IN MY COMMUNITY 😄
---------------------------------------------------
Discord:   / discord  
Github: https://github.com/mCodingLLC/
Reddit:   / mcoding  
Facebook:   / james.mcoding  

CHAPTERS
---------------------------------------------------
0:00 Intro
0:49 Multiple assignment example
2:12 Tricky example
4:54 Assignment expressions
6:56 Quiz time


На этой странице сайта вы можете посмотреть видео онлайн Multiple Assignments in Python длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь mCoding 28 Август 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 65,605 раз и оно понравилось 3.1 тысяч зрителям. Приятного просмотра!