|
|
|
|
|
by adamnemecek
4390 days ago
|
|
How do you determine the return value of a C function? You look at the function prototype. How do you determine the return value of a Python function? You have to read the whole thing. If you are working with large code bases, reading the whole thing is not really possible. |
|