- 1
Hi, How to get prefix range between two numbers? In python or java
For exampe i have two numbers (37282842000 and 37282871999). I need the prefix range in between. Example the output of above should be 37282842 37282843 37282844 37282845 37282846 37282847 37282848 37282849 3728285 3728286 37282870 37282871
1 Respuesta
0
Sir, I see you already got a solution in another question so this one should be closed