You're trying to assign a variable "x", which is not defined, to an operation "placeholder/a" which is incorrect.
We assign something to a variable, for example, placeholder = x.
Another thing, you're dividing placeholder by a (a =1) so you can easily remove the division and make: placeholder = x.
PS: Don't forget to define "x".
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…