Dinesh Beniwal
What are the built-in types of python?
By Dinesh Beniwal in Python on Jul 09 2019
  • Bidyasagar Mishra
    Jul, 2019 11

    integer
    float
    complex
    string

    • 3
  • Rohit Gupta
    Jul, 2019 10

    1. Integer
    2. Float
    3. Complex
    4. String

    • 3
  • Md Sarfaraj
    Jul, 2019 24

    float, complex, str, bool

    • 0
  • Arvind Singh Baghel
    Jul, 2019 18

    built-in types are available in following categories: numerics, sequences, mappings, classes, instances and exceptions.
    Numeric Types includes: int, float, long, complex.
    Sequences: str, unicode, basestring, list etc.
    Mapping: dict.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS