Hello together,
sorry for my bad english.
I'm complete new to python and its very difficult for me, so i hope that you can help me.
i have got a csv in which there are names and telephone numbers. Now i have to do an program that shows me the telephone number of the person i enter.
i would start like this. is this okay? How do i go on?
Datei = open("Handylist.csv", "r")
Datei.readlines()
name = raw_input("Enter the name")
Please help me.