Write any one standard data type?
Answers
Answered by
2
Explanation:
Common data types include: Integer. Floating-point number. Character.
Answered by
0
Standard data types of Python include numeric data types, sequence types and dictionary which is a collection of key-value pairs. Objects of numeric data types are either integers, floats or complex numbers. Integers are whole numbers, whereas floats have a fractional part.
Similar questions