0
I am looking for a way to write code that give address of people if their name is inputed??
python code pls
5 Réponses
+ 3
A-M M-A
i have made a database and here we enter the last three digits and we get all the informations we have entered
like number name address order details
+ 2
use mysql datqbase or arrays in your working language
0
OK, so if I'm to make a database, should i write every person details as function??
its my first project at school and i wanted it look professional..
0
Thanks Amir Ahmad
i will try it..
0
if you only need that functionality :
https://code.sololearn.com/cEz7g5B9AQC8/?ref=app
if you need to save larger amounts of data; use a database