My girlfriend loves 7 very much, she thinks it is lucky! If an integer contains one or more 7, she will think it is lucky too! ### Input There are multiple test files and each contains one case. The number of cases is at most 100. For each test case, there is only one line with an integer \(X ( 1 ≤ X ≤ {10}^{9} )\).
Output
For each test case, if \(X\) contains one or more 7, output “Lucky”(without quotation marks), otherwise output “Unlucky”(without quotation marks).