代码示例:(标识:python_oper_mult)
python_oper_mult.py
x = 5
y = 3

print(x * y)
运行结果: