
Enviado em 12/12/2016 - 15:20h
Temos o seguinte script em Python:L=[]
P=[]
x=0
print(""">>>LISTA 1:
""")
while x<4:
n=int(input("Digite o %dº número: " % (x+1)))
L.append(n)
x+=1
if x == 4:
print("""
>>>LISTA 2:
""")
x=0
while x<4:
n=int(input("Digite o %dº número: "% (x+1)))
P.append(n)
x+=1
L.extend(P)
Gentoo binário em 2026: UEFI, LUKS, Btrfs e Systemd
Trabalhando Nativamente com Logs no Linux
Jogando Daikatana (Steam) com Patch 1.3 via Luxtorpeda no Linux
LazyDocker – Interface de Usuário em Tempo Real para o Docker
Substituindo o NetworkManager pelo iwd (e iwgtk)
Em qual Arquivo colocar as Configurações
Forçar resolução teimosa no Wayland
Como fazer um pendrive bootável utilizando a ferramenta Rufus









