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
How are floating constants represented in Python ? Give examples to support your answer.
Which argument of print( ) would you set for:
(i) changing the default separator (space) ?
(ii) printing the following line in current line ?How are string-literals represented and implemented in Python ?
What are operators ? What is their function ? Give examples of some unary and binary operators.