"""

"""

import support

import string

try:
    print string.replace(',', '', '123,456')
except ValueError:
    pass

