Challenge: Device Boots Count
Swipe to start coding
Imagine that you work in a company that produces devices. You have been tasked with developing a function that will count the number of boots on this device: with each boot, the device must increase the number of boots by 1.
- Define the
boots
variable in the global scope. - Make changeable the
boots
global variable inside theboot()
function local scope. - Increase the
boots
variable by 1 inside theboot()
function. - If the device is booting for the first time, display a message:
"The device boot for the first time"
. - If the device is booting 2+ times, display a message:
"The device boot N times"
, where N is aboots
variable.
Solución
¡Gracias por tus comentarios!
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Resumir este capítulo
Explicar el código en file
Explicar por qué file no resuelve la tarea
Awesome!
Completion rate improved to 6.67
Challenge: Device Boots Count
Desliza para mostrar el menú
Swipe to start coding
Imagine that you work in a company that produces devices. You have been tasked with developing a function that will count the number of boots on this device: with each boot, the device must increase the number of boots by 1.
- Define the
boots
variable in the global scope. - Make changeable the
boots
global variable inside theboot()
function local scope. - Increase the
boots
variable by 1 inside theboot()
function. - If the device is booting for the first time, display a message:
"The device boot for the first time"
. - If the device is booting 2+ times, display a message:
"The device boot N times"
, where N is aboots
variable.
Solución
¡Gracias por tus comentarios!
Awesome!
Completion rate improved to 6.67single