Source Code:
(back to article)
size = 5 empty_list = [None for i in range(size)] print(empty_list)
Result:
Report an issue