We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1ec4b commit 9b58c03Copy full SHA for 9b58c03
lab-11/atm.py
@@ -1,9 +1,5 @@
1
-# TODO: validate if id given is an integer
2
from account import Account
3
4
-# for i in range(1, 9):
5
-# eval(f"account_{i} = Account({i}, 100)")
6
-
7
account_1 = Account(1, 100)
8
account_2 = Account(2, 100)
9
account_3 = Account(3, 100)
0 commit comments