Previous
Classes and Objects
4 / 5
Next
String representation
Hint
Modify the code so that we can print objects of class Point
.
If we do p = Point(3,4)
then print(p)
should output Point at (3,4)
.
Help
Solve
Reset
Test results
Test result #
Expected output
Your output