Run Code
|
API
|
Code Wall
|
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
Array Example
Demo - Test
gvgvg
Date time
tennis
Type lala suthar
NormalizeTags
Python examples - SIMPLE
student grades
Recurring function checker