• MrLLM
    link
    fedilink
    English
    arrow-up
    7
    ·
    17 days ago
    File "<stdin>", line 1
        "👉".reverse() = "👈"
        ^
    SyntaxError: cannot assign to function call
    
      • MrLLM
        link
        fedilink
        English
        arrow-up
        4
        ·
        17 days ago

        Oh my bad, that idea didn’t cross my mind.

        Traceback (most recent call last):
          File "<stdin>", line 1, in <module>
        AttributeError: 'str' object has no attribute 'reverse'