Skip to content

Instantly share code, notes, and snippets.

2024/02/17

fonts

  • Ricty

gist

  • how to use
  • showing how to edit
#!/usr/local/opt/python/libexec/bin/python
import random
def rdmpickup():
n = 3
nmax=40
rdatas=random.sample(range(1,nmax+1),3)
print(rdatas)