def twice(parameter = 2) return 4 2009/9/20 daggerdvm <[email protected]>: > Write the definition of a function twice , that receives an int > parameter and returns an int that is twice the value of the > parameter. > > how can i do this > -- > http://mail.python.org/mailman/listinfo/python-list >
-- http://www.kiloday.com http://www.fourstopspast.com -- http://mail.python.org/mailman/listinfo/python-list
