hello.
I am having a problem understanding what to do on the last parts of sections 5s project in the advanced section. This is in section DSC Prep 5: Advanced Python, Project. 8. My url is https://nt.dev/s/2eeb5e4400ba. I have put the completed the code and now it is asking us to practice with a table. Do I put the table values in at that time? as part of the code? in a different window? Please advise. I’m just not sure what to do with this once my code has completed. The instructions are below. My url is: https://nt.dev/s/2eeb5e4400ba
- Practice using your function. Populate your table with this data, plugging in today’s date for the DATE placeholder in the first element of every list. If you go wrong,
pop()
or remove items off your list.
[‘Date’, ‘Credit’, ‘Debit’, ‘Balance’]
[‘DATE’, 450.0, 0, 450.0]
[‘DATE’, 0, 30.0, 420.0]
[‘DATE’, 1000.0, 0, 1420.0]
[‘DATE’, 4400.0, 0, 5820.0]
[‘DATE’, 0, 776.0, 5044.0]
[‘DATE’, 2333.33, 0, 7377.33]
[‘DATE’, 2000.0, 0, 9377.33]
[‘DATE’, 0, 1444.33, 7933.0]
When you’re done, run the following code:
Thank you,
James