jerry-git / learn-python3

Jupyter notebooks for teaching/learning Python 3
MIT License
6.43k stars 1.77k forks source link

Assigning to my_string variable #6

Closed vivek28111992 closed 6 years ago

vivek28111992 commented 6 years ago

To print the expected output my_string variable needs to be assigned value of replaced substring.

jerry-git commented 6 years ago

Thanks for the contribution! 👍

jerry-git commented 6 years ago

After having a closer look, my original idea seems to have been to highlight that replace is not done in-place. I made the intention more explicit in https://github.com/jerry-git/learn-python3/commit/4a4dec431f711a5f0e0fd4c436051c932d6227c1.

vivek28111992 commented 6 years ago

@jerry-git Is there plan for creating exercises and material on back log?