Hi, guys, I'm working on a script where it adds the suffix to an object. Suppose my object name is Sphere and I run this script the new name is Sphere_High but the problem I'm facing If I run this script again on an object the new object name is Sphere_High_High which I don't want, I know I can figure it out by adding…