python_ref_keyword_return_1.py:
x
 
def myfunction():
  return 5+5
print(myfunction())