Computer Science, asked by lordnavdeepsingh1, 10 months ago

write a program statement in python to create a list L1 with names of your five friends​

Answers

Answered by rishavsharma21pd1prg
9

Answer:

L1= ['Jon', 'Bill', 'Maria', 'Jenny', 'Jack']

Similar questions