Bassie en Adriaan

a = 'The length of this string is:'
print(a, len(a))
print('Wait.. You just made it longer!')
Bright Bird