Complete Video Learning
Table of Contents
Assignment operators are used to assigning values to variables.
Addition of two number
x = 8 y = 3 print(x + y)