0
Can someone explain this please?
What is the output? X = [i for i in range (10)] R= slice (3, none) Print (x[R][r][r]) Answer: 9
4 Réponses
+ 1
Thank you all!
What is the output? X = [i for i in range (10)] R= slice (3, none) Print (x[R][r][r]) Answer: 9