python replace number code example Example: replace number with string python x = re.sub(r"\d+", "NUMB", str(x)) #Replaces digits with 'NUMB'