> Can someone make a python program where you can convert dog & cat years into human years????

Can someone make a python program where you can convert dog & cat years into human years????

Posted at: 2014-12-18 
for any program the general formula would be:-

c1=5, d1=7

input c, d

a= c*c1, d*d1

print a

It already exist. just google it