Challenge: Time Calculation in Python
Tâche
Swipe to start coding
Imagine you are a bookkeeper, and you need to process 10 financial transactions. You've noticed that each transaction takes an average of 7 minutes, but you only have 60 minutes available.
- Calculate how many transactions you couldn't complete and assign the result to the variable
remaining_tasks. - Calculate how many minutes would be needed to complete all
10transactions if each takes7minutes, and assign the result to the variablerequired_time.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 6
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Awesome!
Completion rate improved to 3.03
Challenge: Time Calculation in Python
Glissez pour afficher le menu
Tâche
Swipe to start coding
Imagine you are a bookkeeper, and you need to process 10 financial transactions. You've noticed that each transaction takes an average of 7 minutes, but you only have 60 minutes available.
- Calculate how many transactions you couldn't complete and assign the result to the variable
remaining_tasks. - Calculate how many minutes would be needed to complete all
10transactions if each takes7minutes, and assign the result to the variablerequired_time.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 6
single