4 lines
38 B
Python
4 lines
38 B
Python
|
|
||
|
def hoursSpent(t1, t2):
|
||
|
return 2
|