MagicPython
MagicPython copied to clipboard
Python modulo operator parsed in a string
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:
-
5-10 lines of surrounding code:
print('10 % over')
print("10 % over")
print("""10 % over""")
print('10 % 2')