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
+7
View File
@@ -0,0 +1,7 @@
tamanho = int(input("digite o tamanho do pacote (bytes):"))
if tamanho < 500 :
print("pequeno")
elif tamanho <=1500:
print("medio")
else:
print("grande")