Let’s say I would like to divide by 2, add 1 and multiply by 5. Something like obviously doesn’t work. I tried different combinations using parentheses and the walrus operator, but couldn’t produce produce something working, even less something well readable Answer This isn’t something…