Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

return tuples form functions in Python

# This is a common practice
def your_function():
    return 1, 2
Source by www.codeproject.com #
 
PREVIOUS NEXT
Tagged: #return #tuples #form #functions #Python
ADD COMMENT
Topic
Name
9+7 =