Skip to content

Instantly share code, notes, and snippets.

@BharathKumarS
Created March 18, 2020 18:54
Show Gist options
  • Save BharathKumarS/f9e8d362d5010cb2a0bcacf1fe830d8a to your computer and use it in GitHub Desktop.
Save BharathKumarS/f9e8d362d5010cb2a0bcacf1fe830d8a to your computer and use it in GitHub Desktop.
LeetCode, Student Attendance Record I
s = 'PAAALLPALLLLLL'
reward = True
if s.count('A') > 1 or 'LLL' in s:
reward = False
print(reward)
@BharathKumarS
Copy link
Author

image

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