MagicPython
MagicPython copied to clipboard
No tags for semicolon
trafficstars
Could you please at a tag to the semicolon?
punctuation.terminator.statement.python would be ideal
-
Editor name and version: VS Code, latest stable
-
Platform: Mac OS High Sierra
-
Color scheme: XD Theme
-
MagicPython version: 1.1.0
-
A sreenshot:

-
5-10 lines of surrounding code:
def create_paths(name):
a = thing + 1; os.mkdir(a)
b = thing + 1; os.mkdir(b)
c = thing + 1; os.mkdir(c)