Объяснение:
n = input()
if len(str(n)) == 4:
print(True)
else:
print(False)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Объяснение:
n = input()
if len(str(n)) == 4:
print(True)
else:
print(False)