728x90
def solution(str1, str2):
    return 1 if str2 in str1 else 2
728x90

+ Recent posts