/nbdev_try

A repo for making a test Python library with nbdev.

Primary LanguagePythonApache License 2.0Apache-2.0

Hello, user

This library prints "Hello" to the user.

This library can be used to say "Hello" to someone.

Install

pip install nbdev_try

How to use

It's as easy as simply running print_hello(your_name).

print_hello('Alina')
'Hello, Alina!'