Discussion on Week 1's Topic

What are variables in python?

What are variables in python?

by Rifat Bin Rabiul -
Number of replies: 0

Variables and data types in python as the name suggests are the values that vary. In a programming language, a variable is a memory location where you store a value. The value that you have stored may change in the future according to the specifications. A Variable in python is created as soon as a value is assigned to it. It does not need any additional commands to declare a variable in python.