def zamiana (m): return m*1,609print(zamiana(10))print(zamiana(12))
Standard input is empty
(10, 609) (12, 609)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!