Hacker News new | ask | show | jobs
by marcosdumay 3919 days ago
> I'm afraid to ask what '*' does (string replication?)

In Python it does. But then, Python has strong types and won't coerce the strings to numbers for '-', what makes this sane.