Skip to content

Instantly share code, notes, and snippets.

@erikaris
Created November 19, 2017 22:39
Show Gist options
  • Save erikaris/591cb66560fa9f0234755673ca65e85a to your computer and use it in GitHub Desktop.
Save erikaris/591cb66560fa9f0234755673ca65e85a to your computer and use it in GitHub Desktop.
a = np.random.rand() #return a single Python float
b = np.random.rand(2, 3) #return a 2*3 arrays.
print(" a = {} \n b = {}".format(a, b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment