CSE 163, Spring 2019: Practice
Lecture 1: Mon, April 1
Lecture 2: Wed, April 3
Lecture 3: Fri, April 5
Lecture 4: Mon, April 8
Lecture 5: Wed, April 10
Lecture 6: Fri, April 12
Lecture 9: Fri, April 19
Lecture 12: Fri, April 26
- Date
- They ask you to implement
__str__
which is similar to __repr__
. The implementation is the same, but you should call the method __str__
for this practice problem, even though in general we will ask you to write __repr__
for our class.
- Student