Important Notice:

Course Content
Accepting Input from the Console
0/1
Introduction to Python (Chapter-3) M3-R5.1
About Lesson
Data Types:-

                किसी प्रोग्रामिंग language में variable का डेटा जिस तरह का होता है उसे डेटा टाइप कहा जाता है। python में हर वैल्यू का एक डेटा टाइप होता है।

Standard Data Types:-

  1. Numeric Data Types
    1. Int
    2. Float
  2. Non-Numeric Data Types
    1. Boolean
    2. String (str)
  3. Sequence Data Types
    1. List
    2. Tuple
    3. Dictionary
    4. Set

 

Data Types:-

                Data types are a description of what kind of data is that we are dealing with. In every programming language, data type has a significance.

Standard Data Types:-

  1. Numeric Data Types
    1. Int
    2. Float
  2. Non-Numeric Data Types
    1. Boolean
    2. String (str)
  3. Sequence Data Types
    1. List
    2. Tuple
    3. Dictionary
    4. Set
error: Content is protected !!