Find the output of the below python code:
s = "gfg" print("G" in s)
1
0
False
True
This question is part of this quiz :