How would you write a begin procedure in python that would be analogous to the scheme expression.
BEGIN is not a procedure in Scheme; why would it be a procedure in Python? You already have a feature in the language for sequencing expressions with side effects.
What is it??