CBSE Class 11 Computer Science
Question 58 of 106
Python Fundamentals — Question 7
Back to all questions 7
Question Question 7
Which of these is not a legal numeric type in Python ? (a) int (b) float (c) decimal.
decimal is not a legal numeric type in Python.