Ver código fonte

gotta import the libraries I want to use

master
Noëlle 3 anos atrás
pai
commit
4ad0223448
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      gear.py

+ 2
- 0
gear.py Ver arquivo

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

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

Carregando…
Cancelar
Salvar