Python 3.11.3 (main, Jun  5 2023, 09:32:32) [GCC 13.1.1 20230429] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print "Hello World"
  File "<stdin>", line 1
    print "Hello World"
    ^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

I hope this doesnt reflect on the Quality of this community 🤡

    • christophski
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 year ago

      Some people have legacy codebases and haven’t been able to justify the workload to migrate it 😭😭😭

      • SoftwareLeopardx3@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        So common in consulting. Many customers only want new things and feel like they shouldn’t have to keep paying once an initial product has been delivered. But needs change, tech moves on and things need refreshing or replacing. The hardest situation is when the client has no in-house expertise so can only assume you’re trying to fleece them for more money.

  • Ategon@programming.dev
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    1 year ago

    The print call there is from python 2. I can do some editing to add in the brackets in a bit

    • Great Meh@discuss.tchncs.deOP
      link
      fedilink
      English
      arrow-up
      10
      arrow-down
      3
      ·
      1 year ago

      I was a little cheeky there. But in all seriousness python 2 is End-of-Life and no one should use it anymore.