print lib.add_numbers(1, 2)
>>> 3
lib.say_string("Witaj w Pythonie");
>>> Witaj w Pythonie
