Mega Code Archive
Categories
/
Python Tutorial
/
Function
Functions Without returns
def proc(x): print x x = proc('testing 123...') print x