With correct unit test
Here correct unit test
Tarea
Swipe to start coding
The road distance between San Francisco and New York is approximately 4677.4 km. This distance is stored in the variable distance_in_kilometers
.
Here's what you need to do:
- Convert the distance from kilometers (
distance_in_kilometers
) to miles by dividing it by1.609
. Store the result in the variabledistance_in_miles
. - Create a variable
int_distance_in_miles
. - Convert the variable
distance_in_miles
to an integer data type. - Store the value of
distance_in_miles
as an integer in the variableint_distance_in_miles
.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 1
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Suggested prompts:
Resumir este capítulo
Explicar el código en file
Explicar por qué file no resuelve la tarea
Awesome!
Completion rate improved to 33.33
With correct unit test
Desliza para mostrar el menú
Here correct unit test
Tarea
Swipe to start coding
The road distance between San Francisco and New York is approximately 4677.4 km. This distance is stored in the variable distance_in_kilometers
.
Here's what you need to do:
- Convert the distance from kilometers (
distance_in_kilometers
) to miles by dividing it by1.609
. Store the result in the variabledistance_in_miles
. - Create a variable
int_distance_in_miles
. - Convert the variable
distance_in_miles
to an integer data type. - Store the value of
distance_in_miles
as an integer in the variableint_distance_in_miles
.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Awesome!
Completion rate improved to 33.33Sección 1. Capítulo 1
single