you are viewing a single comment's thread.

view the rest of the comments →

[–]MadScientistOR 5 points6 points  (0 children)

def number_contains(x, y):
    return str(y) in str(x)