fix(curriculum): typo in daily coding challenges py (#62273)

This commit is contained in:
Clarence Bakosi
2025-09-19 17:13:47 +01:00
committed by GitHub
parent 80f8b6ffcd
commit 8672be653a
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ dashedName: challenge-57
# --description--
For day three of Space Week, you are given an array of numbers representing distances (in kilometers) between youself, satellites, and your home planet in a communication route. Determine how long it will take a message sent through the route to reach its destination planet using the following constraints:
For day three of Space Week, you are given an array of numbers representing distances (in kilometers) between yourself, satellites, and your home planet in a communication route. Determine how long it will take a message sent through the route to reach its destination planet using the following constraints:
- The first value in the array is the distance from your location to the first satellite.
- Each subsequent value, except for the last, is the distance to the next satellite.

View File

@@ -7,7 +7,7 @@ dashedName: challenge-57
# --description--
For day three of Space Week, you are given an array of numbers representing distances (in kilometers) between youself, satellites, and your home planet in a communication route. Determine how long it will take a message sent through the route to reach its destination planet using the following constraints:
For day three of Space Week, you are given an array of numbers representing distances (in kilometers) between yourself, satellites, and your home planet in a communication route. Determine how long it will take a message sent through the route to reach its destination planet using the following constraints:
- The first value in the array is the distance from your location to the first satellite.
- Each subsequent value, except for the last, is the distance to the next satellite.