Am 03.06.2015 um 01:56 schrieb Chris Angelico:
and it's pretty convenient. In C, the nearest equivalent is passing a number of pointers as parameters, and having the function fill out values. Python's model is a lot closer to what you're saying than C's model is :)
At least, C functions can return structs... Thomas -- https://mail.python.org/mailman/listinfo/python-list
