#🔒 help writing a bit of code

8 messages · Page 1 of 1 (latest)

crude lodgeBOT
#

@pliant plank

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

pliant plank
#

havent been able to figure out the rest of the code to write, i need like 2 or 3 more functions

#
neues_konto_erstellen(kontonummer, inhaber, startguthaben=0.0) - Erstellt ein neues Konto im Dictionary
einzahlen(kontonummer, betrag) - Fügt Geld hinzu und speichert Transaktion
abheben(kontonummer, betrag) - Hebt Geld ab (nur bei ausreichendem Guthaben)
überweisen(von_konto, zu_konto, betrag) - Überweist zwischen Konten
zinsen_berechnen(kontonummer) - Berechnet und addiert Jahreszinsen
kontoauszug_erstellen(kontonummer) - Zeigt alle Transaktionen und aktuellen Stand
#

im at überweisen(von_konto, zu_konto, betrag), and need zinsen_berechnen(kontonummer) and kontoauszug_erstellen(kontonummer)

#
neues_konto_erstellen(account number, owner, starting balance=0.0) - Creates a new account in the dictionary

Deposit(account number, amount) - Adds money and saves transaction

Withdraw(account number, amount) - Withdraws money (only if there are sufficient funds)

Transfer(von_konto, zu_konto, amount) - Transfers between accounts

zinsen_berechnen(account number) - Calculates and adds annual interest rates

kontoauszug_erstellen(account number) - Shows all transactions and current status

this is translated with google translate

pliant plank
#

!close

crude lodgeBOT
#
Python help channel closed with !close

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.