In [1]: import hello

In [2]: hello.doYouDo()
Hello, I am (null).

In [3]: hello.doYouDo("an researcher")
Hello, I am an researcher.