• gcobc02363's Activity

Created a forum post "AssertionError"
def is_ascii(s): return all(ord(c) < 128 for c in s) def checkio(pw): if is_ascii(pw)
Liked mission "Index Power"
What is the power hidden within indexes?