How to create an empty array of integers in Python using the array module?
arr = array('i')
arr = array('i', [])
Both a and b
None of the above
This question is part of this quiz :