- ATrue
- BFalse
- CYes
- DNo
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) Input In [68], in| () 1 x = [1.0, 2.0, 3.0] ----> 2 print(x[2.0]) TypeError: list indices must be integers or slices, not float |