SyntaxFix
Write A Post
Hire A Developer
Questions
It's simple:
array = []
will set array to be an empty list. (They're called lists in Python, by the way, not arrays)
array
If that doesn't work for you, edit your question to include a code sample that demonstrates your problem.