79105727

Date: 2024-10-19 19:16:05
Score: 1
Natty:
Report link

The second version is likely correct, but you need to change each int(rgbr), int(rgbg), int(rgbb) with:

rgbr = int(rgbr)
rgbg = int(rgbg)
rgbb = int(rgbb)

Without any further information about the error, I cannot help further.

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: LuxGiammi