list1=input("please input list:").split(",")name=input("please input name:")print(list1.index(name)+1)