numpy aleatório em python
import numpy as np
a=np.random.rand(5,2)
print(a)
Bored Bug
import numpy as np
a=np.random.rand(5,2)
print(a)