enviar para repositorio

This commit is contained in:
Thiago
2026-04-08 22:12:32 -03:00
commit ac6eeab62d
10 changed files with 89 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
porta = int(input("digte um numero de porta:"))
if porta >= 0 and porta <= 65535:
print("porta valida")
else:
print("porta invalida")