vtcbca / internal-exam-23bca283

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

error #2

Closed 23bca283 closed 5 hours ago

23bca283 commented 5 days ago

image error accuring in program

amitvtcbb commented 5 days ago

PUT PROPER IMAGE WITH FULL CODE. MAY BE ITS ERROR REGARDING IMPORTING MODULE. PLEASE CHECK CAN YOU IMPORT MODULE . "import writer" can you add this line?

23bca283 commented 5 days ago

The above file is not csv file it is a text file

23bca274 commented 3 days ago

You've to write " f.writelines " instead of " f.writeline " coz this will only used to print one line and " f.writelines " prints more than one line.

This may help you !

23bca283 commented 5 hours ago

Thank you for suggestion