We will see all the processes in a step by step manner using Python. It will return an integer value i.e. For strings: import string s = '... some string with punctuation ...' s = s.translate(None, string.punctuation) Or for unicode: import string translate_table = dict((ord(char), None) for char in string.punctuation) s.translate(translate_table) Return type. If you have D-Tale installed within your docker container please add the following parameters to your docker run command.. On a Mac:. A CGI script is invoked by an HTTP server, usually to process user input submitted through an HTML