strip comma from string python

Solutions on MaxInterview for strip comma from string python by the best coders in the world

showing results for - "strip comma from string python"
Alice
26 Jun 2016
1s = s.replace(',', '')
2