thenusuperstar6931 thenusuperstar6931 14-12-2022 Computers and Technology contestada The Python "SyntaxError: leading zeros in decimal integer literals are not permitted" occurs when we declare an integer with leading zeros. To solve the error, remove any leading zeros from the integer or wrap the value in a string.