Using the code component in the builder I have this error:
It looks like string formatting is not yet supported.
The code runs and the Python is syntactically valid. I have also tried the string.format() method but the results are the same.
Is there any other way to write this?