Have a look at the code below and decide how many characters the obtained string will have:
'civic'.strip('vci')
The string method
strip() removes all possible combinations of the symbols passed as its argument.