• I need some hints on how to handle numbers greater

Question related to mission Univocalic Davasaan

 

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

13