From 68bf4cfd21b30f7c1d44cd416a60c845e15565f7 Mon Sep 17 00:00:00 2001 From: Cutipus Date: Wed, 25 Apr 2018 15:50:13 +0300 Subject: [PATCH] Fixed more stuff --- .gitignore | 1 + README.md | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .gitignore 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)