the description
---------------
what is the output of the following Python code?
def add_numbers(a, b):
return a + b
result = add_numbers(3, 4) + add_numbers(1, 2)
print(result)
useful links
------------
book:
https://www.amazon.co.uk/dp/B0BHL2XKCR
useful hashtags
---------------
#python
#pythontutorial
#pythonprogramming
#pythonforbeginners
#pythonprojects