Numbers are not sorted in numericial order


Hi
"make new sorted list from" block is sorting number list in alphabetically. i want to sort in numericial order. please help me

You have all your "numbers" as "strings".

Try using number blocks for numbers

Alphabetically, '10' < '9'.

Thanks. This is a checkpoint project. when i use number blocks then it works. how can i convert a list in to list of numbers?

Here is one way