number cannot have consecutive underscores
Numbers like `1__000`
Use single underscores as separators in numbers: `1_000_000` not `1__000`.