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