

1·
4 days agoAn iterable is just something that can be iterated over, like range(10)
, or [
. ]
A sequence on the other hand is a Collection that is reversible.
https://docs.python.org/3/library/collections.abc.html#collections-abstract-base-classes
Check out greenshot. Has a built-in editor that’s great for quick stuff like this