浏览代码

gotta import the libraries I want to use

master
Noëlle 3 年前
父节点
当前提交
4ad0223448
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      gear.py

+ 2
- 0
gear.py 查看文件

@@ -1,3 +1,5 @@
import random as r

def rinterp(s1, l1, s2):
def rfunc():
return f"{s1}{r.choice(l1)}{s2}"

正在加载...
取消
保存