Summary description here.
The start is rather humble.
pip install your_project_name
for i in range(5):
print(i)
Fill me in please! Don't forget code examples:
say_hi('John')
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-4-eb324708330f> in <module>
----> 1 say_hi('John')
NameError: name 'say_hi' is not defined