fork download
  1. # your code goes here
  2. # your code goes here
  3. arr = str(input())
  4. lst = map(list, arr.split(", "))
  5. print(arr)
Success #stdin #stdout 0.09s 14012KB
stdin
PM0123, PM1222, DEV1217, DEV9872, DEV1112
stdout
PM0123, PM1222, DEV1217, DEV9872, DEV1112