Compare commits
1 Commits
7bb998a0d2
...
f18ebe1f43
Author | SHA1 | Date |
---|---|---|
fluffy | f18ebe1f43 |
|
@ -859,7 +859,6 @@ laik
|
|||
lain
|
||||
lair
|
||||
laith
|
||||
lame
|
||||
lapse
|
||||
lard
|
||||
lark
|
||||
|
|
|
@ -10,7 +10,11 @@ def randline(fname):
|
|||
return line.strip()
|
||||
|
||||
def bot():
|
||||
beats = "lo-fi beats to {} and {} to".format(
|
||||
genre = randline('genres.txt')
|
||||
if genre:
|
||||
genre += ' '
|
||||
beats = "lo-fi {}beats to {} and {} to".format(
|
||||
genre,
|
||||
randline('1syllableverbs.txt'), randline('2syllableverbs.txt'))
|
||||
print(beats)
|
||||
|
||||
|
|
Loading…
Reference in New Issue