,
P1 = input("Select the input: ", input_list[0], input_list[1], input_list[2])
TypeError: input expected at most 1 arguments, got 4, ,
+ .join :
P1 = input("Select the input: " + ' '.join(input_list) + "\n")
python 3, python 2, raw_input input, input , , NameError