Python modulo operator parsed in a string
dnicolson opened this issue · 0 comments
dnicolson commented
-
Editor name and version: Visual Studio Code 1.86.2
-
Platform: macOS
-
Color scheme:
-
MagicPython version: microsoft/vscode#164191
-
5-10 lines of surrounding code:
print('10 % over')
print("10 % over")
print("""10 % over""")
print('10 % 2')
