Add files via upload

This commit is contained in:
Cutipus 2018-04-25 14:22:22 +03:00 committed by GitHub
parent 000e803ea2
commit 68a5e596cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
yes.py
View File

@ -25,7 +25,7 @@ class Yes:
return what
if not suggestion.startswith('print('):
suggestion_ = f'print({suggestion})'
suggestion_ = f'print({suggestion}.__repr__())'
else:
suggestion_ = suggestion