commit message from python script

This commit is contained in:
2023-05-31 20:00:01 +02:00
parent fc98645c0d
commit 3799b24f7e
5 changed files with 87 additions and 6 deletions

View File

@@ -60,6 +60,7 @@ class steuer_rechner:
print("richtig")
elif my_input == 'y':
print("richtg eingabe y")
modify_data = steuer_rechner.modify_data(self, month="Okt", money=1231.12)
elif my_input == 'n':
print("raus")
break