If you input something like this in the IDE, the script will halt with a misleading error message about a missing parenthesis:
metsäkanat = 2000
print(metsäkanat)
Additionally, if you print a string with non-ascii characters, the console displays them wrongly:
print('Bösendorfer')
Bösendorfer
Tested on MacOS Monterey 12.5, Processing 4.3