Profile image

How to print 'Hello World'?

17.4k GeneralCorpInc  10 hours ago

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?

  • Log in to leave a comment
  • Profile image
    50.8k Graingy

    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.

    +1 5 hours ago
  • Profile image

    But i think we can do something similar in FT

    5 hours ago
  • Profile image

    @Graingy Python

    5 hours ago
  • Profile image
    50.8k Graingy

    In what? I don't think FT has variables like that, so what language are you referring to?

    +1 7 hours ago