👤

Assume variable age = 22, pet = "dog", and pet_name = "Gerald".


What is the output of
print('You are', age, 'years old.')


print(pet_name, 'the', pet, 'is', age)