Find the length

Report a typo

Write a program that will print the length of a printable representation of the string 'That is \n mine'.

Tip: The function repr() returns a printable representation of this string, thus, escape sequences are visible. Don't forget to use len().

Write a program in Python 3





___

Create a free account to access the full topic