ソースを参照

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}"

読み込み中…
キャンセル
保存