Skip to content

Instantly share code, notes, and snippets.

@Vishakha263
Last active June 16, 2019 04:19
Show Gist options
  • Save Vishakha263/9c1ee0071e149aae77b591b84fa30923 to your computer and use it in GitHub Desktop.
Save Vishakha263/9c1ee0071e149aae77b591b84fa30923 to your computer and use it in GitHub Desktop.
HideAndSeek='BCAbC'
G=HideAndSeek.find('G')
if G==-1:
print('NO')
else:
print('YES')
@ishita20
Copy link

HideAndSeek='BCAbC'
G=HideAndSeek.find('G')
if G==-1:
    print('NO')
else:
    print('YES')   

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment