Skip to content

Commit b8a61be

Browse files
author
jiaxp3144
committed
modify new_file.py
1 parent bacc99e commit b8a61be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

new_file.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
import numpy as np
3+
4+
if __name__=='__main__':
5+
print(np.random.randn(10))
6+

0 commit comments

Comments
 (0)