Python Assignment Operators part 1 #learningpython #assignmentoperators

preview_player
Показать описание
Assignment operators are used to assign values to variables. They combine the process of assigning a value with a specific operation, making code more concise and efficient.

1. x = y
2. x += 5
3. x -= 5
#learningpython #assignmentoperators #python
Рекомендации по теме