From a2dd65904c3c8b8e063fead982182d84f6c81c21 Mon Sep 17 00:00:00 2001 From: fingadumbledore Date: Thu, 8 Dec 2022 13:49:17 +0100 Subject: [PATCH] mate --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index 35d626b..f5146b7 100644 --- a/main.py +++ b/main.py @@ -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#