What data type is represented by integer in Python 3?
1 - Short
2 - Long
3 -Float
4-Decimal
Answers
Answered by
4
Answer:
the data type represented by integer in python 3 is float
Explanation:
i.e; option 3
hope u may got it
so plz thnxs my answer and follow me
Answered by
1
Answer:
2) long
Explanation:
- Python 3 supports the data type 'int'
- int - They are also called integers or ints and they are positive/negative whole numbers with no decimal point.
- In Python 3, integers are of unlimited size. There is no long integer data type in Python 3 anymore.
- Therefore long data type is represented by an integer in Python 3
Similar questions