Ответ:
s = input()
b = False
for simb in s:
if simb == " ":
b = True
print("Входить" if b == True else "Не входить")
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
s = input()
b = False
for simb in s:
if simb == " ":
b = True
print("Входить" if b == True else "Не входить")