Пример #1
0
def ends_in_ical(L, i):
    return helper.ends_with("ical")(L, i)
Пример #2
0
def ends_in_ive(L, i):
    return helper.ends_with("ive")(L, i)
Пример #3
0
def ends_in_ent(L, i):
    return helper.ends_with("ent")(L, i)
Пример #4
0
def ends_in_ful(L, i):
    return helper.ends_with("ful")(L, i)
Пример #5
0
def ends_in_an(L, i):
    return helper.ends_with("an")(L, i)
Пример #6
0
def ends_in_ar(L, i):
    return helper.ends_with("ar")(L, i)
Пример #7
0
def ends_in_ly(L, i):
    return helper.ends_with("ly")(L, i)
Пример #8
0
def ends_in_ible(L, i):
    return helper.ends_with("ible")(L, i)
Пример #9
0
def ends_in_ed(L, i):
    return helper.ends_with("ed")(L, i)
Пример #10
0
def ends_in_ing(L, i):
    return helper.ends_with("ing")(L, i)
Пример #11
0
def ends_in_some(L, i):
    return helper.ends_with("some")(L, i)
Пример #12
0
def ends_in_ous(L, i):
    return helper.ends_with("ous")(L, i)
Пример #13
0
def ends_in_less(L, i):
    return helper.ends_with("less")(L, i)