thread e chat com sockets

This commit is contained in:
2026-04-17 21:47:22 -03:00
parent 142c0b60df
commit bf56431785
4 changed files with 69 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
numero = int(input("Digite um número: "))
for i in range(11):
print(f"{numero}x{i}={numero*i}")