2 lines
92 B
Python
2 lines
92 B
Python
for _ in range(int(input())) :
|
|
print("yes" if 6 <= len(input().rstrip()) <= 9 else "no") |