5
gcobc02363
3 8
112/ 145
William Wang
Last seen 3 years ago
Member for 8 years, 12 days
Difficulty Normal
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?
Joined to CheckiO