bassie en adriaan code example
Example: bassie en adriaan
a = 'The length of this string is:'
print(a, len(a))
print('Wait.. You just made it longer!')
a = 'The length of this string is:'
print(a, len(a))
print('Wait.. You just made it longer!')