Get the phone number associated with the contact.
The phone number of the contact.
str
Example
print(contact_info.get_phone()) # Output: “123-456-7890”
ContactInfo.get_phone()