14234 - Begin Your Self-Introduction   

Description

Create a program that takes a person's nameage, and hobby as input and outputs a formatted self-introduction of the person.

Input

A line of input containing the person's nameage, and hobby.

Output

Two lines describing the person in the following format:

  • Line 1: "Hello, my name is {Name}. I am {Age} years old."
  • Line 2: "My hobby is {Hobby}."

Sample Input  Download

Sample Output  Download

Tags




Discuss