Hello, world!ΒΆ

This notebook shows you how get a friendly greeting from semi_cr.

[1]:
from semi_cr.hello_world import greeter, hello_world
NoTagError: `git describe --long --dirty --always --tags '--match=v*'` could not find a tag
[2]:
name = "you"
print(greeter(name))
print("and")
hello_world()
Hello, you!
and
Hello, world! from testnew