SyntaxFix
Write A Post
Hire A Developer
Questions
also you can extend that with extend method of list.
a= [] a.extend([None]*10) a.extend([None]*20)