This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
radu
/
python-tutorials
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
a2223f320d
Gałęzie
Tagi
master
python-tutor...
/
programs
/
mymodule.py
mymodule.py
78 B
Historia
Czysty
1
2
3
4
5
def say_hi():
print 'Hi, this is mymodule speaking.'
__version__ = '0.1'