SyntaxFix
Write A Post
Hire A Developer
Questions
I found that we can use extend() to implement the function of copy()
a=['help', 'copyright', 'credits', 'license'] b = [] b.extend(a) b.append("XYZ")