l1=[222,33,58,69,55]l1.remove(69)print(l1)
Standard input is empty
[222, 33, 58, 55]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!