Political Science, asked by nithipoongs, 5 months ago

What are the assignment operators in python.​

Answers

Answered by priyayda22
0

Answer:

Assignment operators are used in Python to assign values to variables. a = 5 is a simple assignment operator that assigns the value 5 on the right to the variable a on the left. There are various compound operators in Python like a += 5 that adds to the variable and later assigns the same.

HOPE IT WILL HELP U!!!!!

Answered by tanushajain040507
1

Answer:

Assignment operator is '='

Explanation:

Assignment operators are used to assign a value to a variable

For eg:-

var_1=12

Hope it helps :)

Similar questions