Computer Science
Which of these is not a legal numeric type in Python ? (a) int (b) float (c) decimal.
Related Questions
How are string-literals represented and implemented in Python ?
What are operators ? What is their function ? Give examples of some unary and binary operators.
Which argument of print( ) would you set for:
(i) changing the default separator (space) ?
(ii) printing the following line in current line ?How are floating constants represented in Python ? Give examples to support your answer.