Объяснение:
password = input()
if len(password)<6:
print('Слишком короткий пароль!')
else:
print('ОК')
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Объяснение:
password = input()
if len(password)<6:
print('Слишком короткий пароль!')
else:
print('ОК')