chetam.che...@gmail.com writes: > Hello, I have this same assignment to create Bank account and I am new > to python.
Welcome to Python! If you have an assignment, that implies you are working through a course and you have received enough teaching to attempt the task yourself. > please help me out. Apply your existing Python knowledge – you've been learning it in your course, right? – to run the test suite provided. Follow this procedure. * Run the test suite. * Observe what tests fail. If they all run and all pass, you're done. * Write just enough of the BankAccount class that it changes the behaviour of at least one test case. * Repeat from the top, until all the test cases pass. If you have questions: * Please provide a complete example (so that we can also run the same code), * Which is very small (so it's easy to discuss), * and ask specific questions about what it's doing and why that doesn't meet your expectation. -- \ “Kissing a smoker is like licking an ashtray.” —anonymous | `\ | _o__) | Ben Finney -- https://mail.python.org/mailman/listinfo/python-list