python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
n = int ( input ("Введите число n: ")) for a in range (2, n): if (n % a) == 0: print ("Число" n "не простое") break elif (n // a) == 1: print ("Число" n "простое!") break
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