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_inf.py 120B

12345
  1. """#3216"""
  2. import numarray as na
  3. import numarray.random_array as nar
  4. IM16 = nar.randint(0, 256, 300).astype(na.UInt8)