About Lesson
Data Types:-
किसी प्रोग्रामिंग language में variable का डेटा जिस तरह का होता है उसे डेटा टाइप कहा जाता है। python में हर वैल्यू का एक डेटा टाइप होता है।
Standard Data Types:-
- Numeric Data Types
- Int
- Float
- Non-Numeric Data Types
- Boolean
- String (str)
- Sequence Data Types
- List
- Tuple
- Dictionary
- 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:-
- Numeric Data Types
- Int
- Float
- Non-Numeric Data Types
- Boolean
- String (str)
- Sequence Data Types
- List
- Tuple
- Dictionary
- Set