Python#01 | Data type and variables

PYTHON #1

Data type and variables








Python today we are learning Data types and variables

Variables- The storage in which a thing can be stored.
        eg.- a = 34
        In the example a is variable in which 34 is stored

Next thing is that what is in a Number?
This nmber is an integer in the Python and integer is a type of data
Means a data type

Data Types- 
  1.         Float
  2.         Int
  3.         Str
  4.         Bool
Only those we are learning (for beginners)
other data types are- lists dict tuples and sets
that we will learn in upcoming videos

By Onik Dhall 
Owner of Coding Only
Mail Id-
    coding.only1@gmail.com
Channel-

Comments