In Python 3.6, I am able to use yield inside a coroutine. However I am not able to use yield from.
yield
yield from
Below is my code. On line 3 I await another