Explorar el Código

gotta import the libraries I want to use

master
Noëlle hace 3 años
padre
commit
4ad0223448
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      gear.py

+ 2
- 0
gear.py Ver fichero

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

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

Cargando…
Cancelar
Guardar