Fixed more stuff

master
Cutipus 5 years ago
parent d96f484d61
commit 68bf4cfd21

1
.gitignore vendored

@ -0,0 +1 @@
__pycache__/

@ -12,8 +12,7 @@ Usage example:
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(3)?
>>> yes
>>> print(3)
>>> print(3) # <-- Automagically inserted
3
```
It will automagically do what you meant :^)
(The corrected print after the yes is not written by you)

Loading…
Cancel
Save