name the different datatypes used in python
Answers
Answered by
0
Answer:
Basic Data Types in Python
Integers.
Floating-Point Numbers.
Complex Numbers.
Strings. Escape Sequences in Strings. Raw Strings. Triple-Quoted Strings.
Boolean Type, Boolean Context, and “Truthiness”
Built-In Functions. Math. Type Conversion. Iterables and Iterators. Composite Data Type. ...
Conclusion.
Answered by
4
Answer:
- Integers.
- Floating-Point Numbers.
- Complex Numbers.
- Strings. Escape Sequences in Strings. Raw Strings. Triple-Quoted Strings.
- Boolean Type, Boolean Context, and “Truthiness”
- Built-In Functions. Math. Type Conversion. Iterables and Iterators. Composite Data Type. ...
- Conclusion.
Similar questions