Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Simple code to find all divisors for a number
#Title of this code #python 2.7.8 x = 10 i = 1 while i<x: if x%i == 0: print ' divisor ' ,i i = i + 1
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
PythonTuple
single_digit
Aufgabe 16
Chain length calculator
PyClassInit
Glimpse Of Numpy Python
asxsd
Run
codeacademy python tasks
Demo - Test
Please log in to post a comment.