0
print(np.random.permutation([1, 4, 9, 12, 15])[:4])

What does the [:4] mean in Python? Does it mean the numbers of the result?

Ivanhercaz
  • 731
  • 1
  • 11
  • 31
kimking
  • 7
  • 1

0 Answers0