python3-in-one-pic
python3-in-one-pic copied to clipboard
Missing a few flow control elements
Missing the following flow control structures:
- Exceptions
- for...else
- while...else
- generator expressions eg:
(x for x in "1234")
Possible yield from or/and (async/await)