We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacc99e commit b8a61beCopy full SHA for b8a61be
new_file.py
@@ -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