# -*- mode: snippet -*-
# name: try
# key: try
# --
try:
    $0
except ${1:Exception}:
    $2