Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to find the summation of all the values in a tuple python

tup = (1, 2, 3)
print(sum(tup))
 
PREVIOUS NEXT
Tagged: #find #summation #values #tuple #python
ADD COMMENT
Topic
Name
4+1 =