Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Zero Division Error
#2
It seems pretty evident from the error that you need to not divide by zero. Your code doesn't handle that case, and you need to change is to that it does. You can either check for zero before dividing by it or you can catch the exception - I would suggest the first option, as I try to keep exceptions to exceptional circumstances.
Reply


Messages In This Thread
Zero Division Error - by moga2003 - Mar-04-2019, 12:49 AM
RE: Zero Division Error - by micseydel - Mar-04-2019, 12:56 AM
RE: Zero Division Error - by moga2003 - Mar-04-2019, 01:32 AM
RE: Zero Division Error - by ichabod801 - Mar-04-2019, 01:55 AM
RE: Zero Division Error - by moga2003 - Mar-07-2019, 02:15 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Zero Division Error Leo 2 1,297 Mar-25-2022, 05:56 AM
Last Post: Leo
  Finding square roots using long division. jahuja73 10 5,577 Feb-24-2021, 01:25 PM
Last Post: jahuja73
  Division problem Eric7Giants 1 1,726 Nov-16-2019, 05:50 AM
Last Post: ndc85430
  Count how many carpets you need to fill room floor without multiplication/division Ech0ke 1 2,343 Apr-20-2019, 07:50 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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