5 lines
91 B
Python
5 lines
91 B
Python
>>> reload(palindrome)
|
|
>>> p = palindrome.Phrase("yo adrian!")
|
|
>>> p.louder()
|
|
'YO ADRIAN!'
|