Computer Science, asked by reshmapriya1369, 10 months ago

How do we declare variable in Python?

Answers

Answered by pandeysakshi2003
5

Python is dynamically typed, which means that you don't have to declare what type each variable is. In Python, variables are a storage placeholder for texts and numbers. It must have a name so that you are able to find it again. The variable is always assigned with the equal sign, followed by the value of the variable.

please make me brainlist

Similar questions