This website works better with JavaScript.
Home
Explore
Help
Sign In
noelle
/
koboldgen
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
gotta import the libraries I want to use
master
Noëlle
4 years ago
parent
157c647ce4
commit
4ad0223448
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
gear.py
+ 2
- 0
gear.py
View File
@@ -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…
Cancel
Save