Add value from key-value pair into other text within label

You can just set the text property of your label. Here’s an example:

self.label_1.text = age_of_child
2 Likes