Вопрос, где ошибка в коде?
n=int(input('chislo '))
s=0
while n!=0:
if n<=30000 and n%5==0:
s+=1
n=int(input('chislo '))
print(s)
пишет, что ошибка в print​
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.