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
Social Sciences,
3 months ago
CBSE BOARD XII,
3 months ago
Accountancy,
3 months ago
English,
7 months ago
Math,
7 months ago
Political Science,
1 year ago