numpy_exercises
numpy_exercises copied to clipboard
Numpy exercises.
1. fix little problem. 2. replace print->print() for python3.x
There's a little bug for the function "print". In python 3 print needs the "()", which the solutions don't have
According to the dictionary order of string, I think you can change the title of these single-digit exercises, like '5_xxxxx', into '05_xxxx' so that the exercises will show in the...
Adding my name to the contributor list. I will do the rest of the exercise.
# Pull Request Description ## Overview This pull request addresses a bug described in Issue #14 titled "A Little Bug". The issue pertains to the use of print statements in...