Python 3.5
So I want to know how I can make variables based on the input of the user.
for example :,
I have the follwing code: residents=input("How many people live in your house?")
If the answer '7' I should prompt 7 times to ask the for names of the 7 residents one by one. How can I do this?