test / test.py
KyleChang110907
test
8c4f0fb
import numpy as np
def test():
print("Hello, World!")
return np.array([1, 2, 3])