Computer Science, asked by rawdhamohammed470, 5 months ago

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 killshotujjwal
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 dhananjaypandey2406
4

Answer:

a) equals =

Explanation:

= is a assignment operator

Similar questions