← Back to List

25372번: 성택이의 은밀한 비밀번호 ↗

Solutions

Python 3
81 B | 81 chars
for i in range(int(input())):
  print("yes" if 6 <= len(input()) <= 9 else "no")