import lect3 a = lect3.Clock() b = lect3.Clock() a.setTime(10, 10) b.setTime(1, 7) print(b.getTime()) left = 22 right = 7 print(left + right) print(a + b)