Like, there are almost every possible ways to do it.
I personally decided to print it that way:
A = 'Hello'
B = ' World'
C = '!'
print(A + B + C)
How you would've done it?
Like, there are almost every possible ways to do it.
I personally decided to print it that way:
A = 'Hello'
B = ' World'
C = '!'
print(A + B + C)
How you would've done it?
No idea. I've never so much as touched Python.
And I doubt that, seeing as AFAIK FT doesn't have variables like that. Only input variables from parts.
But i think we can do something similar in FT
@Graingy Python
In what? I don't think FT has variables like that, so what language are you referring to?