First I asked the user to enter the amount of links he wanted to add to the file (in this case a string ), hence if he type 4, I want ask the question "Download Link:" four times for it and add all the answers to that question in a string . How do I do this?
Code:
c=input("Quantos links de download deseja colocar: ")
print("")
dw=input("Link de Download: ")
Then it gets each response and appends to a final string as a single string .