I am looking for a way to write code that give address of people if their name is inputed?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I am looking for a way to write code that give address of people if their name is inputed??

python code pls

27th Aug 2018, 6:39 PM
A-M M-A
A-M M-A - avatar
5 Answers
+ 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
28th Aug 2018, 1:44 AM
Amir Ahmad
Amir Ahmad - avatar
+ 2
use mysql datqbase or arrays in your working language
28th Aug 2018, 7:52 AM
Amir Ahmad
Amir Ahmad - avatar
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..
28th Aug 2018, 5:24 AM
A-M M-A
A-M M-A - avatar
0
Thanks Amir Ahmad i will try it..
28th Aug 2018, 8:22 AM
A-M M-A
A-M M-A - avatar
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
28th Aug 2018, 8:29 AM
Markus Kaleton
Markus Kaleton - avatar