number cannot have an underscore after the decimal point
Numbers like `123._45`
Remove underscore after the decimal point. Use `3.14` not `3._14`.