diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ diff --git a/README.md b/README.md index d67177d..3c19985 100644 --- a/README.md +++ b/README.md @@ -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)