#!/usr/bin/python #coding:utf-8 import pdb ; a = "aaa" pdb.set_trace();# å¨mac䏿é®é¢ããã b = "bbb" c = "ccc" final = a + b + c; print final