Changes in new versions / Python 3.7
Data classes
Context Variables
Guaranteed dictionary order
Simplified asynchronous call
# ***
in
version 3.7: ***
import
asyncio
async
def
greeting
():
print
(
"Hello!"
)
asyncio
.
run
(
greeting
())