MagicPython icon indicating copy to clipboard operation
MagicPython copied to clipboard

Python modulo operator parsed in a string

Open dnicolson opened this issue 1 year ago • 0 comments
trafficstars

  • 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: 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')

dnicolson avatar Feb 21 '24 21:02 dnicolson