Python

Python code posted by anon
created at 13 Sep 00:28

Edit | Back
1
2
3
4
funcs = Functions()
for f in funcs:
    name = Sample(f)
    AnotherFunction("Test: %s\n" % name)
100 Bytes in 5 ms with coderay