diff --git a/yes.py b/yes.py index c6d45ec..40e7bb3 100644 --- a/yes.py +++ b/yes.py @@ -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