# Below is the function def hello(): print "codehaven" return 1234
# And here is the function being used print hello()