Remix.run Logo
kstrauser an hour ago

If age is a number, that won’t work.

layer8 an hour ago | parent [-]

Admittedly I’m not so familiar with Python; it does work in Java. In that case, introducing a less hazardous string concatenation operator would seem more universally useful.

kstrauser an hour ago | parent [-]

In Python, that less hazardous string concatenation operator is an f-string.

layer8 22 minutes ago | parent [-]

I’m assuming you can only use it with string literals, hence it is less universally useful.