#279. endsLy

endsLy

Background

Description

Given a string, return true if it ends in "ly".

Format

Input

Output

Samples

oddly
true
y
false
oddy
false

Limitation

1s, 1024KiB for each test case.