示例#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)