filmov
tv
How to Assign Multiple Values to Multiple Variables in a single line

Показать описание
When you want to create several different variables and assign them the same value or different values of the same data type, you could do it in various ways. You might use multiple lines of code to do it. However, you can write the same code in just one line instead of multiple lines, and this video shows you how to do that in Python.