vtcbca / internal-exam-23bca300

23bca-python-sqlite-internal-exam-303-PYTHON-EXAM created by GitHub Classroom
0 stars 0 forks source link

I SOLVED THIS PROGRAM!! #3

Closed 23bca300 closed 3 days ago

23bca300 commented 4 days ago

But if you think any changes is needed or some other methods ...Then please explain!

23bca274 commented 4 days ago

But if you think any changes is needed or some other methods ...Then please explain!

You did well but if you want more efficient result of your program you've to first write records in CSV file [w.writerows] and then read records in CSV file and then print it .

It will print your records which is visible on python jupyter notebook.

Hope this may help you.

@23bca300