Pleaee .. what is the result of this code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Pleaee .. what is the result of this code?

nums=[33,42,56__ nums [___]=22 print=(______)

20th Apr 2017, 1:30 PM
Giuseppe Reho
Giuseppe Reho - avatar
4 Answers
+ 3
syntax error
25th Apr 2017, 1:41 PM
Isura Gayan
Isura Gayan - avatar
0
It depends on input
20th Apr 2017, 2:03 PM
RK raptor
RK raptor - avatar
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.
20th Apr 2017, 2:56 PM
Eranga
Eranga - avatar
0
first blank should be ] nums=[33,42,56] for nums [1 ]=22 Print(nums)
10th May 2017, 2:15 AM
Eugene Johnson
Eugene Johnson - avatar