Brian M Johnson

Results 13 comments of Brian M Johnson

Here are the Python docs for reference: [any](https://docs.python.org/3/library/functions.html#any): > Return `True` if any element of the iterable is true. If the iterable is empty, return `False`. [all](https://docs.python.org/3/library/functions.html#all): > Return `True`...

Fixed the sign-off check and applied @gryznar's suggestion. I have some more ideas on fixes but I don't know what exactly to do about these: - https://docs.modular.com/mojo/manual/python/types#python-types-in-mojo > Mojo doesn't...

I agree. I think articles should be preferred in general for now as Mojo is still in a very early stage. I think the focus should be on making readers...