8 lines
77 B
Python
8 lines
77 B
Python
"""O que seu módulo faz"""
|
|
|
|
variavel = 'valor'
|
|
|
|
|
|
def funcao():
|
|
return 1
|