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)
It worked, thank you so so much