1) a = int(input())
b = 0
while a != 0:
if a%3 == 0:
b+=1
a = int(input())
print(b)
2) a = int(input())
if a% 10 == 3:
Если будут вопросы, обращайся, рад буду помочь!
Можно по вк Id: fallentheangel
Если помог - поставь пожалуйста ❤
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
1) a = int(input())
b = 0
while a != 0:
if a%3 == 0:
b+=1
a = int(input())
print(b)
2) a = int(input())
b = 0
while a != 0:
if a% 10 == 3:
b+=1
a = int(input())
print(b)
Если будут вопросы, обращайся, рад буду помочь!
Можно по вк Id: fallentheangel
Если помог - поставь пожалуйста ❤