mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-07 15:03:20 -04:00
fix(curriculum): typo in daily coding challenges py (#62273)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user