Ответ:
Объяснение:
a,b,c,d,e,f,g = map(int,input().split())
if a==0 or b==0 or c==0 or d==0 or e==0 or f==0 or g==0:
print('0')
else:
o=a+b+c+d+e+f+g
print(o)
Кажется, так :)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Объяснение:
a,b,c,d,e,f,g = map(int,input().split())
if a==0 or b==0 or c==0 or d==0 or e==0 or f==0 or g==0:
print('0')
else:
o=a+b+c+d+e+f+g
print(o)
Кажется, так :)