7 lines
55 B
Python
7 lines
55 B
Python
|
def add_time(start, duration):
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
return new_time
|