fork download
  1. no="010-5033-3217"
  2. number=no.replace("-"," ")
  3. print(no)
  4. print(number)
Success #stdin #stdout 0.07s 14176KB
stdin
Standard input is empty
stdout
010-5033-3217
010 5033 3217