Compare commits
1 Commits
7bb998a0d2
...
f18ebe1f43
Author | SHA1 | Date |
---|---|---|
fluffy | f18ebe1f43 |
|
@ -859,7 +859,6 @@ laik
|
||||||
lain
|
lain
|
||||||
lair
|
lair
|
||||||
laith
|
laith
|
||||||
lame
|
|
||||||
lapse
|
lapse
|
||||||
lard
|
lard
|
||||||
lark
|
lark
|
||||||
|
|
|
@ -10,7 +10,11 @@ def randline(fname):
|
||||||
return line.strip()
|
return line.strip()
|
||||||
|
|
||||||
def bot():
|
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'))
|
randline('1syllableverbs.txt'), randline('2syllableverbs.txt'))
|
||||||
print(beats)
|
print(beats)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue