demo_oper_div.py:
x = 12 y = 3 print(x / y)
➜ begtut>python demo_oper_div.py
4