Sign in
fuchsia
/
third_party
/
github.com
/
psf
/
black
/
HEAD
/
.
/
tests
/
data
/
cases
/
yield_singleton_tuple.py
blob: c357c01dba116fd66895fcbeb7ef313b9d91f374 [
file
]
# flags: --preview
def
f
():
yield
x
,
# output
def
f
():
yield
(
x
,)