...
You cannot perform calculations with lists and Booleans, but strings can be concatenated and repeated:
newName = "Sphere"+"_Imported"
warning = "Don't touch this parameter! " * 3
...
You cannot perform calculations with lists and Booleans, but strings can be concatenated and repeated:
newName = "Sphere"+"_Imported"
warning = "Don't touch this parameter! " * 3