from collections import deque de = deque(['name','age','DOB']) print(de)
Standard input is empty
deque(['name', 'age', 'DOB'])
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!