This website works better with JavaScript.
首頁
探索
說明
登入
noelle
/
koboldgen
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
gotta import the libraries I want to use
master
Noëlle
4 年之前
父節點
157c647ce4
當前提交
4ad0223448
共有
1 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
顯示文件統計
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}"
Write
Preview
Loading…
取消
儲存