Desarrollo  Académico e Ingeniería
Quiz by , created more than 1 year ago

Test de la sección de booleanos

97
0
0
No tags specified
Desarrollo  Académico e Ingeniería
Created by Desarrollo Académico e Ingeniería almost 4 years ago
Close

Booleanos

Question 1 of 8

1

Al ejecutar el comando comando bool('hola'), el resultado sería:

Select one or more of the following:

  • True

  • False

  • int

  • bool

Explanation

Question 2 of 8

1

Al ejecutar el comando bool(" "), el resultado sería:

Select one or more of the following:

  • True

  • true

  • false

  • False

Explanation

Question 3 of 8

1

Al ejecutar el comando bool(None), el resultado sería:

Select one or more of the following:

  • bool

  • True

  • False

  • false

Explanation

Question 4 of 8

1

Al ejecutar el comando bool(0), el resultado sería:

Select one or more of the following:

  • False

  • True

  • bool

Explanation

Question 5 of 8

1

Al ejecutar el comando bool(['hola','adiós']), el resultado sería:

Select one or more of the following:

  • list

  • tuple

  • true

  • True

Explanation

Question 6 of 8

1

Al ejecutar el comando bool(False), el resultado sería:

Select one or more of the following:

  • True

  • False

  • false

  • true

Explanation

Question 7 of 8

1

Al ejecutar el comando bool({}), el resultado sería:

Select one or more of the following:

  • True

  • false

  • set

  • False

Explanation

Question 8 of 8

1

Al ejecutar el comando bool((1,2)), el resultado sería:

Select one or more of the following:

  • tuple

  • int

  • True

  • set

Explanation