Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created July 27, 2020 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IndhumathyChelliah/5d98316078a36f2a08a3be8a9d1c732d to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/5d98316078a36f2a08a3be8a9d1c732d to your computer and use it in GitHub Desktop.
import numpy as np
b=np.empty([1,2])
print (b)
'''
Output:
[[-2.37100091e+52 1.41145657e+72]]
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment