pychec

Python code posted by Topher
created at 30 Apr 22:18

Edit | Back
1
2
3
4
5
6
7
8
import os

def func():
    pass 

if __name__ == "__main__":
    print os.name;
    pass
95 Bytes in 2 ms with coderay