| ▲ | layer8 an hour ago | |||||||||||||||||||||||||
It’s unclear what the big advantage is over `print("Age: "+age)`. It’s even more characters, in that specific example. | ||||||||||||||||||||||||||
| ▲ | mixmastamyk an hour ago | parent | next [-] | |||||||||||||||||||||||||
Toy examples aren’t the use case, rather multiple variables or expressions, perhaps with formatting (padding) as well. f-string is shorter, less err prone, and faster for medium complexity or above. | ||||||||||||||||||||||||||
| ▲ | an hour ago | parent | prev | next [-] | |||||||||||||||||||||||||
| [deleted] | ||||||||||||||||||||||||||
| ▲ | kstrauser an hour ago | parent | prev [-] | |||||||||||||||||||||||||
If age is a number, that won’t work. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||