Объяснение:
a = int(input('Enter the number a: '))
if a%2==0 and a%8==0:
print(a)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Объяснение:
a = int(input('Enter the number a: '))
if a%2==0 and a%8==0:
print(a)