Identify the different type of literals (any four): 23.5, 4512, True, “False”, ‘A’, 0o123
Answers
Answered by
5
- 23.5: float32
- 4512: uint16
- True: Boolean
- A: string
Answered by
1
23.5: float32
4512: uint16
True: Boolean
A: string
Similar questions