# your code goes here ar: list[int] = [1,2,3]print(ar)ar.append('Emin')print(ar)
Standard input is empty
[1, 2, 3] [1, 2, 3, 'Emin']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!