#1533. python-输入一个整数,判断数字在不在列表[1,5,7,0,20,30,15,90,2,10]中

python-输入一个整数,判断数字在不在列表[1,5,7,0,20,30,15,90,2,10]中

Background

Description

python-输入一个整数,判断数字在不在列表[1,5,7,0,20,30,15,90,2,10]中

多种解法。

Format

Input

Output

Samples

5
YES
999
NO

Limitation

1s, 1024KiB for each test case.