Variable in Python

Variables are containers for storing data values. Unlike other programming languages, A variable is created the moment you first assign a value to it.

0 Comments

Python – Basic Data Types

In any programming language, data types play important role, since the whole language base on data structure and how we store data and retrieve back. In this post we will learn basic data type of python.

0 Comments