Skip to content

Commit

Permalink
Trying again to create conflit
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-cruz committed May 30, 2024
1 parent e477f7a commit 6f4c4b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/planetsmath/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ def sum_function(list):
sum += item
return sum

def print_hello():
print("hello!")

def sum_product(lists):
def print_hello():
print("hello!")
product = 1.0
for item in lists:
product *= item
return product

def print_hello():
print("hello!")

0 comments on commit 6f4c4b3

Please sign in to comment.