Pagina de inicio
/
Tecnología
/
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

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

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

Solución

avatar
Flaviaélite · Tutor durante 8 años
expert verifiedVerificación de expertos
4.0 (158 votos)

Responder

To test that the value of variables a and b are the same, use: `a == b`<br />To test that the objects a and b are the same, use: `a is b`<br />To test whether a value exists in a list, use: `value in list`
Haz clic para calificar: