Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

numarray_import.py 80B

1234567
  1. """#10077"""
  2. __revision__ = 1
  3. from numarray import zeros
  4. zeros(shape=(4, 5))