@ -1,7 +1,3 @@
def addition(numbers):
total = 0
for number in numbers:
total = total + float(number)
return total
print(addition(['1.2', '2.6', '3.3']))
def concat(a, b):
return a + b
print(concat("Hello", " World!"))
The note is not visible to the blocked user.