Problemas
To test that the value of variables a and b are the samo, use: square To test that the objects a and b are the same, use square To test whether a value exists in a list, use: square
Roztwór
Flavia
élite · Tutor durante 8 años
4
(158 Votos)
Respuesta
To test that the value of variables a and b are the same, use: `a == b`To test that the objects a and b are the same, use: `a is b`To test whether a value exists in a list, use: `value in list`