4 lines
76 B
Python
4 lines
76 B
Python
import numpy as np
|
|
print(np.__version__)
|
|
|
|
print("Test for Bitbucket commit") |