On Wed, Oct 28, 2015 at 11:09 AM, Zachary Ware
<zachary.ware+py...@gmail.com> wrote:
>    assert remove_vowels('Did It work? Looks like.') == 'Dd t wrk? Lks Lke.'

Of course I typo'd here (that's what you get for not testing!): there
should be no final 'e' and the last 'L' should be lower-case.

   assert remove_vowels('Did It work? Looks like.') == 'Dd t wrk? Lks lk.'

-- 
Zach
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to