Remix.run Logo
cbm-vic-20 6 hours ago

    jshell> "πfs".toUpperCase()
    $1 ==> "ΠFS"

    Welcome to Node.js v26.3.0.
    Type ".help" for more information.
    > "πfs".toUpperCase()
    'ΠFS'

    Python 3.14.5 (main, May 10 2026, 10:21:34) [Clang 21.0.0 (clang-2100.0.123.102)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    >>> "πfs".upper()
    'ΠFS'

    echo 'πfs' | awk '{print toupper($0)}'
    ΠFS
noman-land 6 hours ago | parent [-]

Why does your Python terminal report May 10th? Today is June 10th.

atvrager 5 hours ago | parent | next [-]

It's the build date of their Python binary

Yokohiii 5 hours ago | parent | prev | next [-]

He prepared the comment a month ago.

danlitt 5 hours ago | parent | prev [-]

Probably daylight savings