Write a function named partc that will take in as parameters a single character, a person’s name, company, and email, and returns a single string of the person’s digital business card. Use the character as a border, and provide 2 spaces as padding on either side of the longest entry. Your function must return a single string, do not print the digital card.