<!-- Thanks for wanting to report an issue you've found in MagicPython. If this is a bug report, then please fill in the template below. Thank you! --> * **Editor name and version**: Visual Studio Code 1.86.2 * **Platform**: macOS * **Color scheme**: * **MagicPython version**: https://github.com/microsoft/vscode/pull/164191 * **A sreenshot**:  * **5-10 lines of surrounding code**: ``` print('10 % over') print("10 % over") print("""10 % over""") print('10 % 2') ```