6 lines
95 B
Python
6 lines
95 B
Python
def func1_1():
|
|
return "Bonjour de func1_1"
|
|
|
|
def func1_2():
|
|
return "Bonjour de func1_2"
|