Ответ:
Объяснение:
n= int(input())
count=0
while n>0:
k=input("")
if len(k)>2 or len(k)<2:
count+=1
n-=1
if count>0:
print("NO")
else: print("YES")
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Объяснение:
n= int(input())
count=0
while n>0:
k=input("")
if len(k)>2 or len(k)<2:
count+=1
n-=1
if count>0:
print("NO")
else: print("YES")