write a program statement in python to create a list L1 with names of your five friends
Answers
Answered by
9
Answer:
L1= ['Jon', 'Bill', 'Maria', 'Jenny', 'Jack']
Similar questions