0
Question with list!
Given code: x =[1,2.3,4,5] x[###]=[-1,-3,-5] What you need to write instead of ### to be displayed [-5,2,-3,4,-1]???
2 Answers
+ 5
::-2
0
thank you very much!
Given code: x =[1,2.3,4,5] x[###]=[-1,-3,-5] What you need to write instead of ### to be displayed [-5,2,-3,4,-1]???