Answered step by step
Verified Expert Solution
Question
1 Approved Answer
hello, I'm working on a project that wants us to do a bank registration system. my code is working perfectly fine to line 96( it
hello, I'm working on a project that wants us to do a bank registration system.
my code is working perfectly fine to line 96( it can access customers file and check If the Id entered by the user exist)
my problem that i don't know how to access the transactions file and add the transactions that belongs to the Id entered to my (user_transaction list)
please try not to write a whole new code, just adjust mine if possible
thanks.
\begin{tabular}{ll} \hline project.py & transactions.txt \\ transactions.txt \\ 1 & 202111262,d,200.0 \\ 2 & 202111262,d,200.0 \\ 3 & 202111262,d,200.0 \\ 4 & 202111262,d,200.0 \\ 5 & 202111262,d,200.0 \\ 6 & 202111262,d,200.0 \\ 7 & 202111262,d,200.0 \\ 8 & 202111262,d,200.0 \\ 9 & 202111262,d,200.0 \\ 10 & 202111262,d,200.0 \\ 11 & 202111262,d,200.0 \\ 12 & 222,d,200.0 \\ 13 & 222,d,12.0 \\ 14 & 222,d,200.0 \\ 15 & 222,d,202.0 \\ 16 & 222,d,20.0 \\ 17 & 202111262,d,200.0 \\ 18 & \end{tabular}Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started