Page MenuHomec4science

python.py
No OneTemporary

File Metadata

Created
Thu, May 16, 01:20

python.py

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

Event Timeline