Mega Code Archive
Categories
/
Python Tutorial
/
Function
Returns a list
def foo(): return ['xyz', 1000000, -98.6] print foo()