lst=['a','s','d']lst[:]='zxcv'print(lst)
Standard input is empty
['z', 'x', 'c', 'v']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!