Ответ:
t=int(input())
e=t%5
l=4
result= e==0 and l<6
print(result)
Объяснение:
это на языке python
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
t=int(input())
e=t%5
l=4
result= e==0 and l<6
print(result)
Объяснение:
это на языке python