Message from Python discussions

November 2018

— This is my 4th ever message in this chat

— 

What´s wrong whit this: favorite_language = 'python *'
favorite_language = favorite_language.rstrip()
print (favorite_language)
result = python *

— Nothing?

— Seems like it's working fine

— If i said for take the space between the word 'phyton' and the '*' why he didn´t taked?

— Because that's not what rstrip() does. It removes whitespace at the string's end. If you want to remove all spaces, use replace method.

Message permanent page

— Thanks. I hadn´t noticed yet ahahaha

— Https://i.sitischu.com/a9c42

— Help´s a lot, thanks :)

— Pycharm

— Jupyter is great but it is not an IDE

— Wing ide