This commit is contained in:
u80864958 2024-12-11 10:16:44 +01:00
parent f4f7535887
commit 8804a8a4a2

View File

@ -49,7 +49,7 @@ def generateAge(interest_age):
def showStats(intrest):
print("You got " + str(intrest.rom_points) + " of "+str(intrest.rom_goals)+" rom points")
print("Du hast " + str(intrest.rom_points) + " von " + str(intrest.rom_goals) + " Romantikpunkte!")
class RomanticInterest: