This file will become your README and also the index of your documentation.
Install
pip install your_project_name
How to use
Fill me in please! Don't forget code examples:
say_hello('Shun')
---------------------------------------------------------------------------NameError Traceback (most recent call last)
<ipython-input-16-6b817ef5b182> in <module>----> 1say_hello('Shun')NameError: name 'say_hello' is not defined