This commit is contained in:
2023-09-20 09:53:04 -04:00
parent bc46c80b02
commit f8006eb17c
10 changed files with 146 additions and 0 deletions

5
03-birthday/convert.py Normal file
View File

@ -0,0 +1,5 @@
def age_to_time(age):
pass
def birthday_to_time(birthday):
pass