JavaScript seems cool!
age = int(input("Enter your age: "))
print(f"You are {age * 7} dog year(s) old.\nYou are {15 if age == 1 else 24 if age == 2 else 24 + (age - 2) * 4} cat year(s) old.")
Our mission is to help each other learn, build and share using code. By providing a community that supports each other, through discussion & question-based threads, to providing resources that will give developers the upper hand on creating their project. We strive forward together by helping out each other with complex to simple questions that a new developer may come up with. We now live in a world where we are surrounded by technology, and with technology comes code.