Answers for "sum up list python"

0

sum up list python

b = [1,2,3]
a = sum(b)
# 6
Posted by: Guest on October-01-2020

Python Answers by Framework

Browse Popular Code Answers by Language