Ad
Fundamentals
Games
Code
Diff
  • riddle=lambda x:x.find('?')
    • riddle=lambda w:w.index("?")
    • riddle=lambda x:x.find('?')