What is the output of the following code?a = ['Rohan', 'Aiml']for i in a: i.lower() print(a)
Not registered? Create an account
Forgot Password?
Already a registered user? Login