Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What will be the output of the following Python code snippet?
print(‘a@ 1,’.islower())

What will be the output of the following Python code snippet?
print(‘a@ 1,’.islower())
a) true
b) false
c) none
d) error

Answer: a
Explanation: There are no uppercase letters.

Join The Discussion