An assertion such as ``` assert (c, s) ``` is always true, even though the programmer probably intended ``` assert c, s ``` Give a warning if using the first form (like Python does).