Contenido del Curso
Tipos de Datos en Python
Tipos de Datos en Python
1. Familiarizándonos con los Números en Python
Challenge: Time Calculation
Tarea
Swipe to begin your solution
The task description remains unchanged. I will recap it for your reference and introduce two additional questions.
Imagine that you are a school student and have to solve 10
math tasks. You have noticed that the average time to deal with the task is 7
minutes; however, you have 60
minutes.
- Calculate how many tasks you did not complete and assign the result to the variable
remaining_tasks
. - Calculate how many minutes you would need to complete
10
tasks if you were to spend7
minutes on each of them, and assign the result to the variablerequired_time
.
Solución
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 6
Challenge: Time Calculation
Tarea
Swipe to begin your solution
The task description remains unchanged. I will recap it for your reference and introduce two additional questions.
Imagine that you are a school student and have to solve 10
math tasks. You have noticed that the average time to deal with the task is 7
minutes; however, you have 60
minutes.
- Calculate how many tasks you did not complete and assign the result to the variable
remaining_tasks
. - Calculate how many minutes you would need to complete
10
tasks if you were to spend7
minutes on each of them, and assign the result to the variablerequired_time
.
Solución
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 6
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones