소스 검색

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

Loading…
취소
저장