6 lines
67 B
Python
6 lines
67 B
Python
def age_to_time(age):
|
|
pass
|
|
|
|
def birthday_to_time(birthday):
|
|
pass
|