This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
radu
/
python-tutorials
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
adedf348c6
Branches
Tags
master
python-tutor...
/
programs
/
mymodule.py
mymodule.py
79 B
Verlauf
Originalformat
1
2
3
4
5
def say_hi():
print('Hi, this is mymodule speaking.')
__version__ = '0.1'