numpy_exercises icon indicating copy to clipboard operation
numpy_exercises copied to clipboard

Numpy exercises.

Results 5 numpy_exercises issues
Sort by recently updated
recently updated
newest added
trafficstars

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...