Run »
×
Change Orientation
# Import math Library import math # Add items in a tuple a = (1, 2, 3, 4, 5) # Print the sum of all items print(math.fsum(a))
15.0
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit