in reply to Re^3: RFC: 100 PDL Exercises (ported from numpy)
in thread RFC: 100 PDL Exercises (ported from numpy)
I guess it should be possible to change the code to the equivalent in PDL. In this way it will become possible to solve all the exercises.print(sum(range(5),-1)) from numpy import * print(sum(range(5),-1))
|
---|