5 lines
74 B
Python
5 lines
74 B
Python
import numpy as np
|
|
print(np.__version__)
|
|
|
|
print("Test for Github commit")
|