fix comparing-and-sorting-tuples answer (#39027)
* fix comparing-and-sorting-tuples answer apply flag to sorted function * remove commas from numpy array Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
This commit is contained in:
@ -28,11 +28,11 @@ question:
|
||||
|
||||
answers:
|
||||
- |
|
||||
`[1, 2, 3, 4, 5]`
|
||||
`[1 2 3 4 5]`
|
||||
- |
|
||||
`[1, 2, 20, 4, 5]`
|
||||
`[1 2 20 4 5]`
|
||||
- |
|
||||
`[1, 20, 3, 4, 5]`
|
||||
`[1 20 3 4 5]`
|
||||
solution: 2
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user