x = [‘ab’, ‘cd’]
print(len(list(map(list, x))))
Source: Python programming tutorial
It would result in syntax error.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.