Skip to content

Commit a31a9ee

Browse files
committedMay 28, 2020
object patch
1 parent a83a9cf commit a31a9ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+558
-40
lines changed
 

‎Solutions/4_10/stock.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# stock.py
22

3-
class Stock(object):
3+
class Stock:
44
'''
55
An instance of a stock holding consisting of name, shares, and price.
66
'''

‎Solutions/4_10/tableformat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tableformat.py
22

3-
class TableFormatter(object):
3+
class TableFormatter:
44
def headings(self, headers):
55
'''
66
Emit the table headers

0 commit comments

Comments
 (0)