rainyear / python3-in-one-pic

Learn python3 in one picture.

Home Page:https://git.io/Coo-py3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing a few flow control elements

JonnoFTW opened this issue · comments

Missing the following flow control structures:

  • Exceptions
  • for...else
  • while...else
  • generator expressions eg: (x for x in "1234")
commented

Possible yield from or/and (async/await)