fileinput = str(input("Which file do you want?"))
if not ".csv" in fileinput:
  fileinput += ".csv"