Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 616734b6c80e222f16249e9a9ce52588a0b611a7 authored by Miss Islington (bot) on 25 July 2020, 23:40:48 UTC
bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (GH-18851)
Tip revision: 616734b
badsyntax_future10.py
from __future__ import absolute_import
"spam, bar, blah"
from __future__ import print_function
back to top