I don't know which one I need actually because I am relatively new to python. What my goal is to have a stand alone script to run multiple buffers based on user input. For example, I would like to ask the user how many buffers and then ask them what those buffers are.
How many buffers do you have? 3 What distances would you like to buffer? 50, 150, 250
I want to get all the input information before running the buffer tool. I'm guessing I need some type of loop.