Question 8

Last Updated :
Discuss
Comments

Find the output of the below python code:

Python
s = "gfg"
print("G" in s)

1

0

False

True

Share your thoughts in the comments