Skip to content

worc3131/nbdev_test

Repository files navigation

Project name here

Summary description here.

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:

1+1
2
print(*(f("George") for f in [say_hello, say_goodbye]), sep='\n')
Hello George!
Goodbye George