$ cat hello.py
def helloooo(): print "helloooo" print "SLAM!" helloooo()
def helloooo(): print "helloooo"; print "SLAM!" helloooo()
$ cat hello.py
$ cat hellomin.py