Python integer incrementing with ++ [duplicate] by Tarik Python doesn’t support ++, but you can do: number += 1