Copy the num value while iterating through each num in numbers only if it contains "+44" exactly once.

Make sure to pick [ followed by num and then for num in numbers, if, num.count("+44") == 1, ].