# There is no -- in Python, use -= instead: number -= 1 # Example: number = 4 number -= 1 print(number)