SIGN IN SIGN UP

Update singly_linked_list.py (#1593)

* Update singly_linked_list.py

printing current.data rather than node address in __repr__ for a more readable print statement

* eval(repr(c)) == c

The output of `__repr__()` _should look like a valid Python expression that could be used to recreate an object with the same value_.

https://docs.python.org/3.4/reference/datamodel.html#object.__repr__

* += --> +
V
Vikas Kumar committed
0d3c9d586ca3e4642aa88e1bbf88a008993e0019
Parent: 2ad5a1f
Committed by Christian Clauss <cclauss@me.com> on 11/26/2019, 5:45:28 AM