foo = "abc" foo = foo + "" + "xyz" print foo >> abxyz print len(foo) >> 7 if key == '': delete_selected_points()