Created
August 17, 2024 06:37
-
-
Save minjejeon/a331a046879351e04f1f3c4920a43c43 to your computer and use it in GitHub Desktop.
온라인 로또 5000원
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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