Write a program to accept 10 different names in one array and in another array accept the telephone numbers print both the arrays.
Answers
Answered by
2
Answer:
hi..
it's a python program
Explanation:
lname=list("input("enter the names"))
lnumber=list(input("enter the telephone number's"))
print(lname)
print(lnumber)
hope it helps you...✌️
Similar questions