Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Ż"!ṁż - Main Link: list of characters, s e.g. "abc"
"! - character '!' '!'
ṁ - mould like:
Ż - s with a zero prepended "!!!!"
ż - zip together with s ["!a","!b","!c",'!']
- implicit (smashing) print !a!b!c!
Ż"!ṁż - Main Link: list of characters, s e.g. "abc"
"! - character '!' '!'
ṁ - mould like:
Ż - s with a zero prepended "!!!!"
ż - zip together with s ["!a","!b","!c",'!']
- implicit (smashing) print !a!b!c!