You are viewing a single comment's thread. Return to all comments →
# Beautiful Binary String def beautiful_binary_string(b): return b.count('101')
Seems like cookies are disabled on this browser, please enable them to open this website
Beautiful Binary String
You are viewing a single comment's thread. Return to all comments →