So, say I have to take 3 inputs from the user (name, age, location): Jim Halpert 30 Scranton
and I write the code as follows:
name = input() age = inpu