Message from Python discussions

November 2018

— I think you are spaced

— 

Change the space to smthg different like * to see if the space appeared or try to concatenate it to another string and see.. print(favorite_language + 'language')

— In the book the result is: 'python '
In my program is just - python

— Author of this book just loves ' ' . Correct result is anyway python

— Thanks, i will see what the result.

— To make it ' ' it should be "'python'"

— Or this way

— ENTER that space if you want to have it

— " python "

— And print(repr(...

— Works😁

— Thanks 😉