What will this produce:
vals = ([1, , 3, 4])
() ()
^What methods would we make above code work?
a) Replace missing value with 0
b) Remove the empty value
c) Use a placeholder symbol
d) Enclose the list in brackets

Respuesta :

Otras preguntas