python_ref_divmod.py:
x
 
x = divmod(5, 2)
print(x)