Light Mode
Dark Mode
I need some hints on how to handle numbers greater

than 9000. This is my sample code:

davasaan = lambda x,y=0: 9000>=x>=10 and y+1 + davasaan(x-10)

What I should do next? Thanks

Created: Feb. 19, 2016, 6:19 a.m.
Updated: April 4, 2016, 8:28 a.m.
0
13
User avatar
Cheniuu