stog #7162(2008/08/17 14:29 GMT) [ Python ] Rating0/0=0.00
1 2 3 4 5 6 7
#!/usr/bin/env python # -*- coding: utf8 -*- def f(n, m=0): print m return (n == m) and True or f(n, m + 10 ** (len(str(m)) - 1)) f(300)
Rating0/0=0.00-0+
[ reply ]
stog
#7162()
[
Python
]
Rating0/0=0.00
Rating0/0=0.00-0+
[ reply ]