Palindrome

Report a typo

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.
Select one option from the list
___

Create a free account to access the full topic