Inkita Agrawal

Inkita Agrawal

Variables in Python

Python Variable

Variables are very important because they let you store and organize information. Without variables, you would have to remember every piece of information manually, which would be very difficult. By using variables, you can: What is Variable? Variable is just…

Data Types

Data Types

When we write programs in Python we need to work with different types of values like numbers, text, or booleans. Python provides us various data types to handle these kinds of data so what are data types?Data type is a…