Changes

Jump to: navigation, search

OPS445 Online Lab7

4 bytes removed, 08:55, 13 March 2022
m
Investigation II - Objects and Methods
def sum_times(self, t2):
"""Add two time objests and return the sum."""
"""Change this external functions function to become object methods method for our Time object (refer to lab7c.py)"""
return sum
def change_time(self, seconds):
"""Change this external functions function to become object methods method for our Time object (refer to lab7c.py)"""
return None
572
edits

Navigation menu