This commit is contained in:
fingadumbledore 2022-12-08 13:49:17 +01:00
parent b0af391a59
commit a2dd65904c

View File

@ -89,6 +89,8 @@ def mate_logik(sorte, anzahl):
if sorte == "Bionade Mate":
koffeingehalt = 20
return koffeingehalt * anzahl
'''
anzahl = anzahl + 1
koffeingehalt = 0
@ -98,6 +100,7 @@ def mate_logik(sorte, anzahl):
# mws = mate wirtschafts system
def mws():
return mate
# Qr-code generator#