python_ref_keyword_return_2.py:
x
 
def myfunction():
  return 5+5
  print("Hello, World!")
print(myfunction())