Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CSV Integers
#1
I'm having some troubles with CSV files. I am making a quiz and cannot get the score or percentage to save to the CSV file as it doesn't accept integers, any ideas would be very welcome.
Kind Regards and Happy Coding!, Please respond with helpful suggestions and Have a happy new year !!!
Yours Sincerely,
BadCoder9
Reply
#2
Please show your code, and where you believe the errors are occurring.
In general, you can convert an integer to string with
str(int value)
Reply
#3
it would help to show your code as something is not correct if it "it doesn't accept integers"
Reply
#4
BadCoder9
Please re-post your pm here using code tags.
Thank you
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020