Python 108.4 : Assignment: Building a Simple Banking App in Python

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии •

  • @MaxMacury
    @MaxMacury 3 месяца назад

    i have a little problem. i ran my code and it shows account created succefull
    y. but how do i see the random account number ?

    • @processguy
      @processguy  3 месяца назад

      The account number need to be part of the dictionary

  • @MaxMacury
    @MaxMacury 3 месяца назад

    i am getting this result when printing bank account
    account name is showing none
    -----All bank account-----
    {: {'account_name': None, 'balance': 0}, : {'account_name': None, 'balance': 0}, : {'account_name': None, 'balance': 0}, : {'account_name': None, 'balance': 0}}

    • @processguy
      @processguy  3 месяца назад

      The above code is not showing properly here