vault backup: 2024-05-21 09:37:17

This commit is contained in:
2024-05-21 09:37:17 +08:00
parent 86f52f47c2
commit 2be9e4110d
490 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
從list中選出n個項目有可能重複
```python
import random
random.choices(seq, n)
```