.
First do \(M_1\), then do \(M_2\) or \(M_3\) depending on current symbol.
(For \(\Sigma = \{a, b,c\}\)) Move head to the right until a blank is found.
Find first blank square to left: \(L_{\#}\)
Shift a string left.
Notice: The last step is “L#”, NOT with # a subscript! Meaning, “move left, then write #”. NOT “Move left until you see a #”.