Skip to content

Commit 1ef4faa

Browse files
authored
Add files via upload
1 parent b0d4fb3 commit 1ef4faa

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

Diff for: Pacotes/app/negocio/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def nome_existe(nome):
2+
return False
266 Bytes
Binary file not shown.
261 Bytes
Binary file not shown.

Diff for: Pacotes/app/negocio/backend.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def add_nome(nome):
2+
pass

Diff for: Pacotes/app/utils/gerador.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from random import choice
2+
3+
def novo_nome():
4+
return choice(["Ana", "Rafael", "Maria", "Josue"])

0 commit comments

Comments
 (0)