• 🔰Hurling⚜️Durling🔱
    link
    3
    edit-2
    8 months ago

    >>> print “hello World”

    File “”, line 1

    print "hello World"
    
                      ^
    

    SyntaxError: invalid syntax

    • aes
      link
      fedilink
      38 months ago

      (The one without the parentheses is older Python 2, the example with is newer Python 3)