7. What symbol is used in python to assign values to a variable?
a) equals = b) plus + c)forward slash / d)asterisk *
Answers
Answered by
1
Answer:
Python variables do not need explicit declaration to reserve memory space. The declaration happens automatically when you assign a value to a variable. The equal sign (=) is used to assign values to variables.
Explanation:
hope it is helpfull...✌✌
Answered by
4
Answer:
a) equals =
Explanation:
= is a assignment operator
Similar questions
English,
3 months ago
Computer Science,
3 months ago
Math,
7 months ago
Math,
7 months ago
Math,
1 year ago
Psychology,
1 year ago
Hindi,
1 year ago