6 lines
146 B
Python
6 lines
146 B
Python
'''hello_python.py - Python source designed to '''
|
|
'''demonstrate the use of python Eplugins'''
|
|
|
|
def say_hello():
|
|
print 'Hello ! From python'
|