fix No.25

This commit is contained in:
Your Name
2020-02-12 18:09:05 +08:00
parent 281ec484ae
commit c7cf6fd5f3
4 changed files with 4 additions and 4 deletions

View File

@@ -266,7 +266,7 @@ print(Z)
Given a 1D array, negate all elements which are between 3 and 8, in place. (★☆☆)
< h25
hint: >, <=
hint: >, <
< a25
# Author: Evgeni Burovski