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(‘1@ a’.isprintable())

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

Answer: a
Explanation: All those characters are printable.

Join The Discussion