Computer Science

Which of these is not a legal numeric type in Python ? (a) int (b) float (c) decimal.

Python Funda

22 Likes

Answer

decimal is not a legal numeric type in Python.

Answered By

11 Likes


Related Questions