Published
- 1 min read
how to ask python function to return something
The solution for this is noted below
how to ask python function to return something
Solution
def python_sum(num1, num2):
return num1+num2
print(python_sum(70,10)
Try other methods by searching on the site. That is if this doesn’t work