• JasonDJ@lemmy.zip
    link
    fedilink
    arrow-up
    1
    ·
    5 hours ago

    I asked python to do this, and it checks out…

    a = "123"
    b = "456"
    c = a + b
    print(c)
    123456