Modularização - Entendendo os seus próprios módulos Python

This commit is contained in:
Luiz Otávio
2022-11-05 08:35:50 -03:00
parent 5a88d86dd1
commit aec2f522fd
2 changed files with 14 additions and 0 deletions

1
aula97_m.py Normal file
View File

@@ -0,0 +1 @@
print('Este módulo se chama', __name__)