Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 126 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 126 Bytes

python

store python codes

// test to write python code here
import numpy as np 
a=np.zeros([1,2])
print(a)