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
Hi
epicoaosdsoasd
http_request
Aisha Lesson 2
python power
rstring
1 to 101 : Decimal, Octal, Hexadecimal and Binary Format
yyyyy
binary
fibonacci_2