Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Uncategorized category for Currency Style by TovarischZhukov
def checkio(text):
retval=list(text)
convert=False
pos = -1
count=0
for i, val in enumerate(text):
if val=="$":
convert=True
if val in [",","."] and convert and (i+1
Dec. 26, 2015