Python Version=3.5
So I would like to know how I can set variables based on the input from the user. For example if a user was to answer
7
to this:residents=input("How many people live at your house?")
EDIT= if they entered 7- how could I ask for the name of each individual??
Thanks!