On Tue, Mar 20, 2018 at 4:25 AM, Ethan Furman <et...@stoneleaf.us> wrote:
> Define them in __init__; otherwise, you get an error if reveal() is called
> before conceal() is.  Also, a card is either revealed or concealed, it can't
> be both and it can't be neither -- so set it in __init__.

__init__ calls conceal.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to