Monday, June 22, 2009

Workshop 4 Challenge Problem 3) Compare dogyears calculators

Compare the Ruby and Python versions of the dog years calculator.

I have compared the 2 versions and there is not much difference.
Ruby uses puts and Python uses print and input, but the overall the structure of the code is exactly the same.

No comments:

Post a Comment