How to translate this phyton code to julia with efficienty(short code,easy to read write)? What about a append!() symbol in julia to "concatenate" vector?

What about using another symbol witch is not + or *?

I guess [a;b] is still concise and work perfectly fine.

Thanks