Function Python Tutorial

def foo():
    return ['xyz', 1000000, -98.6]
print foo()