demo_ref_keyword_return.py:
def myfunction(): return 3+3 print(myfunction())
➜ begtut>python demo_keyword_return.py
6