What will happen if you mention floating-point(decimal value) or non-integer values in index? python
Answers
Answered by
1
Answer:
I think nothing will happen as the floating will accept the int as it accepts both values int and float.
Similar questions