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