How do we declare variable in Python?
Answers
Answered by
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
Math,
6 months ago
Social Sciences,
6 months ago
Computer Science,
11 months ago
Math,
11 months ago
English,
1 year ago