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

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
Weryfikacja ekspertów
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`