'How to bring a leading zero from excel and typed out with pyautogui?

I need to bring a date from a spreadsheet and paste it into another program but the date format is dd/mm/yy and there needs to be a leading zero if it's not oct, nov, or dec. Any ideas? Below is the code I am using. It brings the number is but drops the leading zero I really need.

pyautogui.typewrite(str(excel_data['Check Date'][count]))



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source