Skip to content

Instantly share code, notes, and snippets.

@minjejeon
Created August 17, 2024 06:37
Show Gist options
  • Select an option

  • Save minjejeon/a331a046879351e04f1f3c4920a43c43 to your computer and use it in GitHub Desktop.

Select an option

Save minjejeon/a331a046879351e04f1f3c4920a43c43 to your computer and use it in GitHub Desktop.
온라인 로또 5000원
import numpy as np
for x in range(5):
print(np.sort(np.random.choice(range(1,46),6,replace=False)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment