MagicStack/MagicPython

Python modulo operator parsed in a string

dnicolson opened this issue · 0 comments

  • Editor name and version: Visual Studio Code 1.86.2

  • Platform: macOS

  • Color scheme:

  • MagicPython version: microsoft/vscode#164191

  • A sreenshot:
    PixelSnap 2024-02-21 at 22 47 26@2x

  • 5-10 lines of surrounding code:

print('10 % over')
print("10 % over")
print("""10 % over""")

print('10 % 2')