Help me in solving PYTHCL91B problem

My issue

What is the error in this question

My code

name = input()
age = str(input())
print("Hello",name,", you are",age ,"years old")

Learning course: CEMP: Programming in Python
Problem Link: Debug the code - 4 in CEMP: Programming in Python