Question 9

Last Updated :
Discuss
Comments

Find the output of the python code:

Python
s = "gfg"
print(("g" or "") in s)

Error

True

False

None of the above

Share your thoughts in the comments