cours-snt/test-python-ssh/python_app/modules/mod1.py
2021-02-05 17:11:47 +01:00

6 lines
95 B
Python

def func1_1():
return "Bonjour de func1_1"
def func1_2():
return "Bonjour de func1_2"