Page MenuHomec4science

python.py
No OneTemporary

File Metadata

Created
Fri, Apr 19, 07:00

python.py

#!/usr/bin/env python2
def myfunc():
a = 'test'
return a

Event Timeline