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 draughts
body body
autostop autostop
magnesium
sacking
engagement
grief
furore
roughhouse
wayfaring
ErbB-2

View File

@ -1 +1 @@
9 13

View File

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

View File

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

1
units
View File

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