79707476

Date: 2025-07-19 18:25:59
Score: 1.5
Natty:
Report link

So apparently, I messed the math up, instead of

(img_tk.width() / int(2) + 1)

I need to add the 2, not width/2, meaning I add to add brackets like this:

(img_tk.width() / (int(2) + 1))
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Aadvik