Skip to content

Commit 9b58c03

Browse files
committed
removed old comments
1 parent 9e1ec4b commit 9b58c03

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lab-11/atm.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# TODO: validate if id given is an integer
21
from account import Account
32

4-
# for i in range(1, 9):
5-
# eval(f"account_{i} = Account({i}, 100)")
6-
73
account_1 = Account(1, 100)
84
account_2 = Account(2, 100)
95
account_3 = Account(3, 100)

0 commit comments

Comments
 (0)