def test(name):
	print "hello " + name

test("dog")