Get the answers you've been looking for with the help of IDNLearn.com's expert community. Join our interactive Q&A platform to receive prompt and accurate responses from experienced professionals in various fields.

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)