Saved Bookmarks
| 1. |
What do you mean by the data and variables of python? |
| Answer» 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. | |