0
Pleaee .. what is the result of this code?
nums=[33,42,56__ nums [___]=22 print=(______)
4 Respostas
+ 3
syntax error
0
It depends on input
0
first blank should be ]
nums=[33,42,56]
for nums [___]=22
it can be 0,1or 2
then whatever
for sure it won't output (print) anything on screen.
0
first blank should be ]
nums=[33,42,56]
for nums [1 ]=22
Print(nums)