ItsyourIP.com
To remove the last ‘n’ characters of a string
'string'[:-n]
or
stringVariable[:-n]
(more…)