alguns = ["h", "c", "k", "a", "d", "j", "a"]alguns.remove("a")print(alguns)
Standard input is empty
['h', 'c', 'k', 'd', 'j', 'a']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!