fixed more stuff

This commit is contained in:
sose 2021-05-03 08:17:27 +00:00
parent 4aba05014e
commit 80fffbce3c
6 changed files with 14 additions and 11 deletions

View File

@ -1 +1 @@
9
10

View File

@ -30,3 +30,11 @@ goss
draughts
body
autostop
magnesium
sacking
engagement
grief
furore
roughhouse
wayfaring
ErbB-2

View File

@ -1 +1 @@
9
13

View File

@ -39,7 +39,6 @@ warmongering
waterproofing
acontextuality
outrecuidance
wayfaring
carpeting
meat
sweetening
@ -120,7 +119,6 @@ analysis
rumor
cocking
lithium
magnesium
phosphorus
mothering
cadmium
@ -240,7 +238,6 @@ steel
management
mactation
desludging
sacking
gayety
sushimi
squirreling
@ -286,7 +283,6 @@ leucæmia
power
pig
logic
ErbB-2
dark
living
silva
@ -321,7 +317,6 @@ rock-bottom
rollerskating
technique
pan
roughhouse
transport
flatulence
basketball
@ -335,7 +330,6 @@ farce
argent
matériel
bando
furore
spit
spoil
blackletter
@ -402,7 +396,6 @@ grippe
proposition
mains
rapport
engagement
suing
trahison
ronde
@ -442,7 +435,6 @@ venison
armour
dance
cerise
grief
inspiration
lard
honour

View File

@ -44,6 +44,7 @@ def sleep(seconds):
time.sleep(1)
except KeyboardInterrupt:
print("killed")
exit()
break
def get_more_words():
@ -261,11 +262,13 @@ def get_a_noun():
return word
while True:
print("forming another toot...")
random_number: int = random.randint(0, 2)
action: Optional[str]
if random_number == 0:
action = get_an_action()
if action is None:
print("action failed, continuing...")
continue
noun1 = get_a_noun()
noun2 = get_a_noun()
@ -274,6 +277,7 @@ while True:
elif random_number == 1:
action = get_a_food_action()
if action is None:
print("action failed, continuing...")
continue
noun1 = get_a_noun()
noun2 = get_a_noun()

1
units
View File

@ -4,6 +4,5 @@ m unified_atomic_mass_unit
m pound
v liter
v cubic_centimeter
l nautical_mile
l meter
l centimeter