T
Size: a a a
KD
TD
TD
AS
TD
AS
KD
TD
T
# Your job is to write a function which increments a string, to create a new string.
# If the string already ends with a number, the number should be incremented
# by 1.
# If the string does not end with a number. the number 1 should be appended to
# the new string.
KD
VV
a = `string`
a.count('A-Z')
T
AS