A
Creating.
Explanation:
What else would they be used for
The main Christmas meal is eaten on Christmas Eve and popular foods include a Christmas ham and scalloped potatoes with melted cheese and milk baked into it. Desert is often a walnut cake and Christmas cookies.
print('Welcome')
name = input('Please enter your name : ')
age = int(input('Your age : '))
print('Your name is',name,'and you have',age,'years old')