Skip to content

Commit 9fd1368

Browse files
committed
update teste
1 parent d8781f0 commit 9fd1368

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

funcao/teste.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def total_Caracteres(x, y, z):
44

55

66
#testes
7-
x = "Jo"
8-
y = "di"
9-
z = "el"
10-
print(total_Caracteres (x,y,z))
7+
a = 'Jo'
8+
b = 'di'
9+
c = 'el'
10+
print(total_Caracteres (a,b,c))

0 commit comments

Comments
 (0)