Skip to content

Commit f6faac5

Browse files
fix(curriculum): make output explicit in projectile trajectory step 14 (freeCodeCamp#61731)
1 parent 95880bc commit f6faac5

File tree

1 file changed

+1
-1
lines changed
  • curriculum/challenges/english/07-scientific-computing-with-python/learn-encapsulation-by-building-a-projectile-trajectory-calculator

1 file changed

+1
-1
lines changed

curriculum/challenges/english/07-scientific-computing-with-python/learn-encapsulation-by-building-a-projectile-trajectory-calculator/663353465bfb14259717da93.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You should have a `create_coordinates_table()` method.
4242
})
4343
```
4444

45-
The method should return the correct output.
45+
The `create_coordiantes_table` method for `Projectile(10, 3, 45)` should return `'\n x y\n 0 3.00\n 1 3.90\n 2 4.61\n 3 5.12\n 4 5.43\n 5 5.55\n 6 5.47\n 7 5.19\n 8 4.72\n 9 4.05\n 10 3.19\n 11 2.13\n 12 0.87\n'`.
4646

4747
```js
4848
({

0 commit comments

Comments
 (0)