#!/usr/bin/env python # -*- coding: utf-8 -*- # str = "12345678"; str += "9!"; print(str)