I'm trying to use str.replace to replace the 5 digit numbers in my string and the following does not work:
print((str.replace(\d\d\d\d\d, "n"))
I'm trying to use str.replace to replace the 5 digit numbers in my string and the following does not work:
print((str.replace(\d\d\d\d\d, "n"))