79668994

Date: 2025-06-17 11:50:03
Score: 2
Natty:
Report link

It appeared to be an encoding problem while opening the file, the following lines now give the correct output:

with open("script.py", encoding = 'utf-8') as file:
    exec(file.read())

Thanks everyone.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: BMML