fork download
  1. List1 = ['978-0262133838','978-0262201-629','978-0321758927']
  2. print([x.replace('-','') for x in List1])
Success #stdin #stdout 0.02s 9992KB
stdin
Standard input is empty
stdout
['9780262133838', '9780262201629', '9780321758927']