if I use replace function then also I get an error.
filename = input("copy the file path with it's name and extension and paste it here to Encrypt: ")
filename_replace = filename.replace('\ ', " ")
ERROR says:
Anomalous backslash in string: '\ '. String constant might be missing an r prefix.