c = input("Quantos links de download deseja colocar: ") print() i = 0 texto = "" while (i < int(c)): dw = input("Link de Download:") texto = texto + dw + " " i = i + 1 print() print(texto)
2 http://l...content-available-to-author-only...1.com http://l...content-available-to-author-only...2.com
Quantos links de download deseja colocar: Link de Download: Link de Download: http://l...content-available-to-author-only...1.com http://l...content-available-to-author-only...2.com