5 lines
77 B
Python
5 lines
77 B
Python
|
#!/usr/bin/python
|
||
|
|
||
|
def ma_fonction():
|
||
|
return u'Ma phrase de ma fonction'
|