python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
def task3(): inp = int(input("Введите целое двузначное число")) if inp not in range(0, 100): return 0 cnt = 0 for _iter in range(100, 2500): if (_iter % 2 == 0) and (_iter % 5 == 0) and (_iter % inp != 0): cnt += 1 return cnt task3()
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up