GH Python - I need to include a number from inputs in an output text

Hi everyone,

I probably am missing a dumb step, but I can’t make this simple Python script to work. I need it to send a message and include the y input in the message. Can you please see where is the issue?

Thank you

You can use
a = “…” + str(z)

1 Like

It worked, thank you so so much