Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
python-3.9
/
usr
/
lib
/
python3.9
/
test
/
//opt/python-3.9/usr/lib/python3.9/test/badsyntax_future4.py
"""This is a test""" import __future__ from __future__ import nested_scopes def f(x): def g(y): return x + y return g result = f(2)(4)