committed by
Aditya Bhargava
parent
f9497eb344
commit
2f939182ae
@@ -4,4 +4,4 @@ def sum(arr):
|
||||
total += x
|
||||
return total
|
||||
|
||||
print sum([1, 2, 3, 4])
|
||||
print(sum([1, 2, 3, 4]))
|
||||
|
||||
Reference in New Issue
Block a user