0
Why is there no output
nums = [3, 4, 5, 2, 8, 9, 1,] nums[4] = 1
5 Réponses
+ 6
In python you can see output only by using print() statement.
+ 2
you do not have any "print" statements... such as print(nums [4])
0
oh thx
0
can u help with my other questions
0
checking