how to make a standard calculator in python code example Example: calculator in python def mutiply (x): return 5*x o = mutiply(10) print(o)