Level ="""
aaaaaa
awawa"""
I'm wondering how do you count the lines of a multi lined string in python.
Also once you've counted those lines how do you count how many letters are in that line. I'd assume to do this part you'd do len(line_of_string)
.