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